COLOR #BC8A81

HEX: #BC8A81
RGB: (188,138,129)

Color info

#BC8A81 contains red, green and blue colors in about the same proportion. Web safe color of #BC8A81 is #CC9999 (or #C99).

RGB color model

#BC8A81 color RGB value is (188,138,129).

  • red value is 188;
  • green value is 138;
  • blue value is 129.
RGB:
(188,138,129)
(74%,54%,51%)

RGB channels and saturation

R 188 of 255 = 74%
G 138 of 255 = 54%
B 129 of 255 = 51%

188
138
129

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

Portions of RGB colors in percentages

R + G + B =
188 + 138 + 129 = 455 (100%)
R 188 of 455 ~ 41.32%
G 138 of 455 ~ 30.33%
B 129 of 455 ~ 28.35%

%41.32
%30.33
%28.35

CMYK color model

#BC8A81 color CMYK value is (0,27,31,26).

  • cyan value is 0.00%
  • magenta value is 26.60%
  • yellow value is 31.38%
  • key color value is 26.27%
CMYK:
(0,27,31,26)
C0M27Y31K26 
(0%,27%,31%,26%)
(0.00/0.27/0.31/0.26)	

CMYK percentages

%0
%26.6
%31.38
%26.27

Codes

Color #BC8A81 in popluar color models

BC8A81
RGB188138129
HSL30.57%62.16%
HSB/HSV31.38%73.73%
CMYK0.00%26.60%31.38%
26.27%

Color #BC8A81 in popluar number systems.

HEXBC8A81
Decimal188138129
Binary101111001000101010000001
Octal274212201

Shades and tints

Shades of #BC8A81

#BC8A81
(188,138,129)
#AB7E76
(171,126,118)
#9A726B
(154,114,107)
#896660
(137,102,96)
#785A55
(120,90,85)
#674E4A
(103,78,74)
#56423F
(86,66,63)
#453634
(69,54,52)
#342A29
(52,42,41)
#231E1E
(35,30,30)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #BC8A81

#BC8A81
(188,138,129)
#C2948C
(194,148,140)
#C89E97
(200,158,151)
#CEA8A2
(206,168,162)
#D4B2AD
(212,178,173)
#DABCB8
(218,188,184)
#E0C6C3
(224,198,195)
#E6D0CE
(230,208,206)
#ECDAD9
(236,218,217)
#F2E4E4
(242,228,228)
#F8EEEF
(248,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BC8A81 color. Also use rgb(188,138,129) instead hex code.

Text Font Color

.myTextColor { color: #BC8A81; }

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

This text font color is #BC8A81.


Background Color

.myBgColor { background-color: #BC8A81; }

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

This div background color is #BC8A81.


Border color

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

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

This div border color is #BC8A81.


Opacity

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

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

Text with #BC8A81 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 #BC8A81;}

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

This text has shadow with #BC8A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BC8A81 on black background.


Color preview on white background

This text has color #BC8A81 on white background.



Black color preview on #BC8A81 background

This text has black color on #BC8A81 background.


White color preview on #BC8A81 background

This text has white color on #BC8A81 background.