Skip to main content Skip to docs navigation

#bc755c hex color | Download Dark Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Spiced and its hex is #BB715B Nearest Color Name

Color Hue/Base color: Red

Hex #bc755c Color code in RGB color code model is created after adding 73.73% red color, 45.88% green color and 36.08% blue color. Hex #bc755c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 51% yellow and 26.27% black.

Hex #bc755c color code is between #bb7755 web safe hex color code and #cc6666 web safe hex color code. #bb7755 is the nearest web safe color code. You can see here many more shades of #bc755c color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code bc755c #bc755c
RGB Decimal 188, 117, 92 188, 117, 92
RGB Percent 74%, 46%, 36% rgb(74%, 46%, 36%)
CSS RGBa 188, 117, 92,1 rgba(188,117,92,1)
CMYK Model cmyk(0%,38%,51%,26.27%)
HSL Color Space 16,42% ,55% hsl(16,42% ,55%)
HSV Color Space 16°, 51%, 74%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111100 01110101 01011100
Octal 274 165 134
Decimal 188 117 92
Hex bc 75 5c

Different shades of #bc755c color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #bc755c
#5a3325
Darker of #bc755c
#7e4734
Dark of #bc755c
#a25c43
Base of #bc755c
#bc755c
Light of #bc755c
#cb9480
Lighter
#dab2a4
Lightest
#e9d1c8

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bc755c
#5ca3bc

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bc755c
#5cbca5
#5c73bc

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bc5c7b
#bc5c6b
#bc755c
#bc955c
#bbbc5c

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bc755c
#755cbc
#5cbc75

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bc755c
#5cbc75
#5ca3bc
#bc5ca3

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#bc755c
#73bc5c
#5ca3bc
#a55cbc

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #bc755c

#361e16
#5a3325
#7e4734
#a25c43
#bc755c
#cb9480
#dab2a4
#e9d1c8
#f7efed

Tints of #bc755c Color

#bc755c
#c3846e
#ca9380
#d2a392
#d9b2a4
#e1c1b6
#e8d1c8
#f0e0da
#f7efec
#ffffff

Shades of #bc755c color code

Generate more color scales with scales (color stack) generator.

#bc755c
#a76851
#925b47
#7d4e3d
#684133
#533428
#3e271e
#291a14
#140d0a
#000000

Tones

#bc755c
#a58073
#8e8b8a
#8c8c8c
#8c8c8c

Tones

Similar Color like #bc755c color

Find visually similar hex color codes nearing to #bc755c hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#bd765d
#be775e
#bf785f
#c07960
#c17a61
#c27b62
#c37c63
#c47d64
#c57e65
#c67f66
#c78067
#c88168
#c98269
#ca836a
#bb745b
#ba735a
#b97259
#b87158
#b77057
#b66f56
#b56e55
#b46d54
#b36c53
#b26b52
#b16a51
#b06950
#af684f
#ae674e

Download this Dark Red

Hex #bc755c Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bc755c Color Code Preview on Black Background Color

This is how #bc755c Color will look on black background color. Color contrast ratio is 5.84

#bc755c in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bc755c">Your Example Paragraph content text in with font color #bc755c </p>

Your Example Paragraph content text in with font color #bc755c

HTML with inline CSS

<div style="color:#bc755c">Your Paragraph text in with font color #bc755c </div>

Your Example Paragraph content text in with font color #bc755c

#bc755c color code is use for CSS Background Color

Background color for the above div is #bc755c

HTML with inline CSS

<div style="background-color:#bc755c;"></div>

#bc755c color code is use for CSS Border Color

CSS Border color for the above div is #bc755c

HTML with inline CSS

<div style="border:5px solid #bc755c;"></div>

CSS Border Left color for the above div is #bc755c

HTML with inline CSS

<div style="border-left:5px solid #bc755c;"></div>

CSS Border Right color for the above div is #bc755c

HTML with inline CSS

<div style="border-right:5px solid #bc755c;"></div>

CSS Border Bottom color for the above div is #bc755c

HTML with inline CSS

<div style="border-bottom:5px solid #bc755c;"></div>

CSS Border Top color for the above div is #bc755c

HTML with inline CSS

<div style="border-top:5px solid #bc755c;"></div>

#bc755c hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bc755c; } .examplecolorclass {color:#bc755c; } .examplebordercolor {border:3px solid #bc755c; }

#bc755c Color code Preview on White Background

This is how #bc755c Color code will look on white background color. Color contrast ratio is 3.60

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bc755c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bc755c; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(188,117,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(92,163,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,117,92,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }