COLOR #BCB4A0

HEX: #BCB4A0 RGB: (188,180,160)

Color info

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

RGB color model

#BCB4A0 color RGB value is (188,180,160).

RGB: (188,180,160) (74%, 71%, 63%)

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 160 of 255 = 63%

188
180
160

R + G + B ~ 69%. #BCB4A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 180 + 160 = 528 (100%)
R 188 of 528 ~ 35.61%
G 180 of 528 ~ 34.09%
B 160 of 528 ~ 30.3'%

%35.61
%34.09
%30.3

CMYK color model

#BCB4A0 color CMYK value is (0,4,15,26).

  • cyan value is 0.00%
  • magenta value is 4.26%
  • yellow value is 14.89%
  • key color value is 26.27%

CMYK: (0,4,15,26)
C0M4Y15K26 (0%, 4%, 15%, 26%)
(0.00 / 0.04 / 0.15 / 0.26)

CMYK percentages

%0
%4.26
%14.89
%26.27

Codes

Color #BCB4A0 in popluar color models

BC B4 A0
RGB 188 180 160
HSL 43° 17.28% 68.24%
HSB/HSV 43° 14.89% 73.73%
CMYK 0.00% 4.26% 14.89%
26.27%

Color #BCB4A0 in popluar number systems.

HEX BC B4 A0
Decimal 188 180 160
Binary 10111100 10110100 10100000
Octal 274 264 240

Shades and tints

Shades of #BCB4A0

#BCB4A0
(188,180,160)
#ABA492
(171,164,146)
#9A9484
(154,148,132)
#898476
(137,132,118)
#787468
(120,116,104)
#67645A
(103,100,90)
#56544C
(86,84,76)
#45443E
(69,68,62)
#343430
(52,52,48)
#232422
(35,36,34)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #BCB4A0

#BCB4A0
(188,180,160)
#C2BAA8
(194,186,168)
#C8C0B0
(200,192,176)
#CEC6B8
(206,198,184)
#D4CCC0
(212,204,192)
#DAD2C8
(218,210,200)
#E0D8D0
(224,216,208)
#E6DED8
(230,222,216)
#ECE4E0
(236,228,224)
#F2EAE8
(242,234,232)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB4A0; }

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

This text font color is #BCB4A0.

Background Color

.myBgColor { background-color: #BCB4A0; }

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

This div background color is #BCB4A0.

Border color

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

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

This div border color is #BCB4A0.

Opacity

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

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

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

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

This text has shadow with #BCB4A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB4A0.

Preview

Color preview on black background

This text has color #BCB4A0 on black background.


Color preview on white background

This text has color #BCB4A0 on white background.


Black color preview on #BCB4A0 background

This text has black color on #BCB4A0 background.


White color preview on #BCB4A0 background

This text has white color on #BCB4A0 background.


Related colors

Complementary color

Complementary color for #hex is #434B5F.


I love getcolorcode.com

Triadic colors

1 #A0BCB4 and #B4A0BC with #BCB4A0 are triadic colors.

2 #A0B4BC and #B4BCA0 with #BCB4A0 are triadic colors.