COLOR #BCB895

HEX: #BCB895 RGB: (188,184,149)

Color info

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

RGB color model

#BCB895 color RGB value is (188,184,149).

RGB: (188,184,149) (74%, 72%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 184 of 255 = 72%
B 149 of 255 = 58%

188
184
149

R + G + B ~ 68%. #BCB895 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 184 + 149 = 521 (100%)
R 188 of 521 ~ 36.08%
G 184 of 521 ~ 35.32%
B 149 of 521 ~ 28.6'%

%36.08
%35.32
%28.6

CMYK color model

#BCB895 color CMYK value is (0,2,21,26).

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 20.74%
  • key color value is 26.27%
CMYK: (0,2,21,26) C0M2Y21K26 (0%,2%,21%,26%) (0.00/0.02/0.21/0.26) 

CMYK percentages

%0
%2.13
%20.74
%26.27

Codes

Color #BCB895 in popluar color models

BC B8 95
RGB 188 184 149
HSL 54° 22.54% 66.08%
HSB/HSV 54° 20.74% 73.73%
CMYK 0.00% 2.13% 20.74%
26.27%

Color #BCB895 in popluar number systems.

HEX BC B8 95
Decimal 188 184 149
Binary 10111100 10111000 10010101
Octal 274 270 225

Shades and tints

Shades of #BCB895

#BCB895
(188,184,149)
#ABA888
(171,168,136)
#9A987B
(154,152,123)
#89886E
(137,136,110)
#787861
(120,120,97)
#676854
(103,104,84)
#565847
(86,88,71)
#45483A
(69,72,58)
#34382D
(52,56,45)
#232820
(35,40,32)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #BCB895

#BCB895
(188,184,149)
#C2BE9E
(194,190,158)
#C8C4A7
(200,196,167)
#CECAB0
(206,202,176)
#D4D0B9
(212,208,185)
#DAD6C2
(218,214,194)
#E0DCCB
(224,220,203)
#E6E2D4
(230,226,212)
#ECE8DD
(236,232,221)
#F2EEE6
(242,238,230)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB895 color. Also use rgb(188,184,149) instead hex code.

Text Font Color

.myTextColor { color: #BCB895; }

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

This text font color is #BCB895.

Background Color

.myBgColor { background-color: #BCB895; }

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

This div background color is #BCB895.

Border color

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

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

This div border color is #BCB895.

Opacity

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

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

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

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

This text has shadow with #BCB895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB895.

Preview

Color preview on black background

This text has color #BCB895 on black background.


Color preview on white background

This text has color #BCB895 on white background.


Black color preview on #BCB895 background

This text has black color on #BCB895 background.


White color preview on #BCB895 background

This text has white color on #BCB895 background.


Related colors

Complementary color

Complementary color for #hex is #43476A.


I love getcolorcode.com

Triadic colors

1 #95BCB8 and #B895BC with #BCB895 are triadic colors.

2 #95B8BC and #B8BC95 with #BCB895 are triadic colors.