COLOR #BC8F69

HEX: #BC8F69 RGB: (188,143,105)

Color info

#BC8F69 contains mainly red and green colors. Web safe color of #BC8F69 is #CC9966 (or #C96).

RGB color model

#BC8F69 color RGB value is (188,143,105).

RGB: (188,143,105) (74%, 56%, 41%)

RGB channels and saturation

R 188 of 255 = 74%
G 143 of 255 = 56%
B 105 of 255 = 41%

188
143
105

R + G + B ~ 57%. #BC8F69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 188 + 143 + 105 = 436 (100%)
R 188 of 436 ~ 43.12%
G 143 of 436 ~ 32.8%
B 105 of 436 ~ 24.08'%

%43.12
%32.8
%24.08

CMYK color model

#BC8F69 color CMYK value is (0,24,44,26).

  • cyan value is 0.00%
  • magenta value is 23.94%
  • yellow value is 44.15%
  • key color value is 26.27%

CMYK: (0,24,44,26)
C0M24Y44K26 (0%, 24%, 44%, 26%)
(0.00 / 0.24 / 0.44 / 0.26)

CMYK percentages

%0
%23.94
%44.15
%26.27

Codes

Color #BC8F69 in popluar color models

BC 8F 69
RGB 188 143 105
HSL 27° 38.25% 57.45%
HSB/HSV 27° 44.15% 73.73%
CMYK 0.00% 23.94% 44.15%
26.27%

Color #BC8F69 in popluar number systems.

HEX BC 8F 69
Decimal 188 143 105
Binary 10111100 10001111 1101001
Octal 274 217 151

Shades and tints

Shades of #BC8F69

#BC8F69
(188,143,105)
#AB8260
(171,130,96)
#9A7557
(154,117,87)
#89684E
(137,104,78)
#785B45
(120,91,69)
#674E3C
(103,78,60)
#564133
(86,65,51)
#45342A
(69,52,42)
#342721
(52,39,33)
#231A18
(35,26,24)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #BC8F69

#BC8F69
(188,143,105)
#C29976
(194,153,118)
#C8A383
(200,163,131)
#CEAD90
(206,173,144)
#D4B79D
(212,183,157)
#DAC1AA
(218,193,170)
#E0CBB7
(224,203,183)
#E6D5C4
(230,213,196)
#ECDFD1
(236,223,209)
#F2E9DE
(242,233,222)
#F8F3EB
(248,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8F69 color. Also use rgb(188,143,105) instead hex code.

Text Font Color

.myTextColor { color: #BC8F69; }

<p style="color:#BC8F69">This sample text font color is #BC8F69.</p>

This text font color is #BC8F69.

Background Color

.myBgColor { background-color: #BC8F69; }

<div style="background-color:#BC8F69">Inner text</div>

This div background color is #BC8F69.

Border color

.myBorderColor { border: 1px solid #BC8F69; }

<div style="border:3px solid #BC8F69">Div</div>

This div border color is #BC8F69.

Opacity

.myOpacity80 { color: #BC8F69; opacity: 0.8; }

<p style="color:#BC8F69;opacity:0.8;">80%</p>

Text with #BC8F69 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BC8F69;}

<p style="text-shadow: 3px 3px 1px #BC8F69">Text here.</p>

This text has shadow with #BC8F69 color.


.textShadow {text-shadow: 3px 3px 1px #BC8F69', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BC8F69, 5px 5px 20px red">Text here.</p>

This text has shadow with #BC8F69 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BC8F69, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BC8F69, Direction=45, Strength=4)">Text</p>

This text has shadow with #BC8F69 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BC8F69;
-webkit-box-shadow: 1px 1px 3px 2px #BC8F69;
box-shadow: 1px 1px 3px 2px #BC8F69;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BC8F69; -webkit-box-shadow: 1px 1px 3px 2px #BC8F69; box-shadow:1px 1px 3px 2px #BC8F69;">
Div content here
</div>

This div box has shadow with color #BC8F69.

Preview

Color preview on black background

This text has color #BC8F69 on black background.


Color preview on white background

This text has color #BC8F69 on white background.


Black color preview on #BC8F69 background

This text has black color on #BC8F69 background.


White color preview on #BC8F69 background

This text has white color on #BC8F69 background.


Related colors

Complementary color

Complementary color for #hex is #437096.


I love getcolorcode.com

Triadic colors

1 #69BC8F and #8F69BC with #BC8F69 are triadic colors.

2 #698FBC and #8FBC69 with #BC8F69 are triadic colors.