COLOR #BCB4AA

HEX: #BCB4AA
RGB: (188,180,170)

Color info

#BCB4AA contains red, green and blue colors in about the same proportion. Web safe color of #BCB4AA is #CCCC99 (or #CC9).

RGB color model

#BCB4AA color RGB value is (188,180,170).

  • red value is 188;
  • green value is 180;
  • blue value is 170.
RGB:
(188,180,170)
(74%,71%,67%)

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 170 of 255 = 67%

188
180
170

R + G + B ~ 71%. #BCB4AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 180 + 170 = 538 (100%)
R 188 of 538 ~ 34.94%
G 180 of 538 ~ 33.46%
B 170 of 538 ~ 31.6%

%34.94
%33.46
%31.6

CMYK color model

#BCB4AA color CMYK value is (0,4,10,26).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 9.57%
  • key color value is 26.27%
CMYK:
(0,4,10,26)
C0M4Y10K26 
(0%,4%,10%,26%)
(0.00/0.04/0.10/0.26)	

CMYK percentages

%0
%4.26
%9.57
%26.27

Codes

Color #BCB4AA in popluar color models

BCB4AA
RGB188180170
HSL33°11.84%70.20%
HSB/HSV33°9.57%73.73%
CMYK0.00%4.26%9.57%
26.27%

Color #BCB4AA in popluar number systems.

HEXBCB4AA
Decimal188180170
Binary101111001011010010101010
Octal274264252

Shades and tints

Shades of #BCB4AA

#BCB4AA
(188,180,170)
#ABA49B
(171,164,155)
#9A948C
(154,148,140)
#89847D
(137,132,125)
#78746E
(120,116,110)
#67645F
(103,100,95)
#565450
(86,84,80)
#454441
(69,68,65)
#343432
(52,52,50)
#232423
(35,36,35)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #BCB4AA

#BCB4AA
(188,180,170)
#C2BAB1
(194,186,177)
#C8C0B8
(200,192,184)
#CEC6BF
(206,198,191)
#D4CCC6
(212,204,198)
#DAD2CD
(218,210,205)
#E0D8D4
(224,216,212)
#E6DEDB
(230,222,219)
#ECE4E2
(236,228,226)
#F2EAE9
(242,234,233)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB4AA color. Also use rgb(188,180,170) instead hex code.

Text Font Color

.myTextColor { color: #BCB4AA; }

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

This text font color is #BCB4AA.


Background Color

.myBgColor { background-color: #BCB4AA; }

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

This div background color is #BCB4AA.


Border color

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

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

This div border color is #BCB4AA.


Opacity

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

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

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

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

This text has shadow with #BCB4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCB4AA on black background.


Color preview on white background

This text has color #BCB4AA on white background.



Black color preview on #BCB4AA background

This text has black color on #BCB4AA background.


White color preview on #BCB4AA background

This text has white color on #BCB4AA background.