COLOR #BCB4A3

HEX: #BCB4A3 RGB: (188,180,163)

Color info

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

RGB color model

#BCB4A3 color RGB value is (188,180,163).

RGB: (188,180,163) (74%, 71%, 64%)

RGB channels and saturation

R 188 of 255 = 74%
G 180 of 255 = 71%
B 163 of 255 = 64%

188
180
163

R + G + B ~ 70%. #BCB4A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 180 + 163 = 531 (100%)
R 188 of 531 ~ 35.4%
G 180 of 531 ~ 33.9%
B 163 of 531 ~ 30.7'%

%35.4
%33.9
%30.7

CMYK color model

#BCB4A3 color CMYK value is (0,4,13,26).

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

CMYK: (0,4,13,26)
C0M4Y13K26 (0%, 4%, 13%, 26%)
(0.00 / 0.04 / 0.13 / 0.26)

CMYK percentages

%0
%4.26
%13.3
%26.27

Codes

Color #BCB4A3 in popluar color models

BC B4 A3
RGB 188 180 163
HSL 41° 15.72% 68.82%
HSB/HSV 41° 13.30% 73.73%
CMYK 0.00% 4.26% 13.30%
26.27%

Color #BCB4A3 in popluar number systems.

HEX BC B4 A3
Decimal 188 180 163
Binary 10111100 10110100 10100011
Octal 274 264 243

Shades and tints

Shades of #BCB4A3

#BCB4A3
(188,180,163)
#ABA495
(171,164,149)
#9A9487
(154,148,135)
#898479
(137,132,121)
#78746B
(120,116,107)
#67645D
(103,100,93)
#56544F
(86,84,79)
#454441
(69,68,65)
#343433
(52,52,51)
#232425
(35,36,37)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #BCB4A3

#BCB4A3
(188,180,163)
#C2BAAB
(194,186,171)
#C8C0B3
(200,192,179)
#CEC6BB
(206,198,187)
#D4CCC3
(212,204,195)
#DAD2CB
(218,210,203)
#E0D8D3
(224,216,211)
#E6DEDB
(230,222,219)
#ECE4E3
(236,228,227)
#F2EAEB
(242,234,235)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB4A3; }

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

This text font color is #BCB4A3.

Background Color

.myBgColor { background-color: #BCB4A3; }

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

This div background color is #BCB4A3.

Border color

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

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

This div border color is #BCB4A3.

Opacity

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

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

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

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

This text has shadow with #BCB4A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB4A3.

Preview

Color preview on black background

This text has color #BCB4A3 on black background.


Color preview on white background

This text has color #BCB4A3 on white background.


Black color preview on #BCB4A3 background

This text has black color on #BCB4A3 background.


White color preview on #BCB4A3 background

This text has white color on #BCB4A3 background.


Related colors

Complementary color

Complementary color for #hex is #434B5C.


I love getcolorcode.com

Triadic colors

1 #A3BCB4 and #B4A3BC with #BCB4A3 are triadic colors.

2 #A3B4BC and #B4BCA3 with #BCB4A3 are triadic colors.