COLOR #BCB894

HEX: #BCB894 RGB: (188,184,148)

Color info

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

RGB color model

#BCB894 color RGB value is (188,184,148).

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

RGB channels and saturation

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

188
184
148

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

Portions of RGB colors in percentages

R + G + B = 188 + 184 + 148 = 520 (100%)
R 188 of 520 ~ 36.15%
G 184 of 520 ~ 35.38%
B 148 of 520 ~ 28.46'%

%36.15
%35.38
%28.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.13%
  • yellow value is 21.28%
  • 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
%21.28
%26.27

Codes

Color #BCB894 in popluar color models

BC B8 94
RGB 188 184 148
HSL 54° 22.99% 65.88%
HSB/HSV 54° 21.28% 73.73%
CMYK 0.00% 2.13% 21.28%
26.27%

Color #BCB894 in popluar number systems.

HEX BC B8 94
Decimal 188 184 148
Binary 10111100 10111000 10010100
Octal 274 270 224

Shades and tints

Shades of #BCB894

#BCB894
(188,184,148)
#ABA887
(171,168,135)
#9A987A
(154,152,122)
#89886D
(137,136,109)
#787860
(120,120,96)
#676853
(103,104,83)
#565846
(86,88,70)
#454839
(69,72,57)
#34382C
(52,56,44)
#23281F
(35,40,31)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #BCB894

#BCB894
(188,184,148)
#C2BE9D
(194,190,157)
#C8C4A6
(200,196,166)
#CECAAF
(206,202,175)
#D4D0B8
(212,208,184)
#DAD6C1
(218,214,193)
#E0DCCA
(224,220,202)
#E6E2D3
(230,226,211)
#ECE8DC
(236,232,220)
#F2EEE5
(242,238,229)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB894; }

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

This text font color is #BCB894.

Background Color

.myBgColor { background-color: #BCB894; }

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

This div background color is #BCB894.

Border color

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

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

This div border color is #BCB894.

Opacity

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

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

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

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

This text has shadow with #BCB894 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB894.

Preview

Color preview on black background

This text has color #BCB894 on black background.


Color preview on white background

This text has color #BCB894 on white background.


Black color preview on #BCB894 background

This text has black color on #BCB894 background.


White color preview on #BCB894 background

This text has white color on #BCB894 background.


Related colors

Complementary color

Complementary color for #hex is #43476B.


I love getcolorcode.com

Triadic colors

1 #94BCB8 and #B894BC with #BCB894 are triadic colors.

2 #94B8BC and #B8BC94 with #BCB894 are triadic colors.