COLOR #BCB795

HEX: #BCB795 RGB: (188,183,149)

Color info

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

RGB color model

#BCB795 color RGB value is (188,183,149).

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

RGB channels and saturation

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

188
183
149

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

Portions of RGB colors in percentages

R + G + B = 188 + 183 + 149 = 520 (100%)
R 188 of 520 ~ 36.15%
G 183 of 520 ~ 35.19%
B 149 of 520 ~ 28.65'%

%36.15
%35.19
%28.65

CMYK color model

#BCB795 color CMYK value is (0,3,21,26).

  • cyan value is 0.00%
  • magenta value is 2.66%
  • yellow value is 20.74%
  • key color value is 26.27%

CMYK: (0,3,21,26)
C0M3Y21K26 (0%, 3%, 21%, 26%)
(0.00 / 0.03 / 0.21 / 0.26)

CMYK percentages

%0
%2.66
%20.74
%26.27

Codes

Color #BCB795 in popluar color models

BC B7 95
RGB 188 183 149
HSL 52° 22.54% 66.08%
HSB/HSV 52° 20.74% 73.73%
CMYK 0.00% 2.66% 20.74%
26.27%

Color #BCB795 in popluar number systems.

HEX BC B7 95
Decimal 188 183 149
Binary 10111100 10110111 10010101
Octal 274 267 225

Shades and tints

Shades of #BCB795

#BCB795
(188,183,149)
#ABA788
(171,167,136)
#9A977B
(154,151,123)
#89876E
(137,135,110)
#787761
(120,119,97)
#676754
(103,103,84)
#565747
(86,87,71)
#45473A
(69,71,58)
#34372D
(52,55,45)
#232720
(35,39,32)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #BCB795

#BCB795
(188,183,149)
#C2BD9E
(194,189,158)
#C8C3A7
(200,195,167)
#CEC9B0
(206,201,176)
#D4CFB9
(212,207,185)
#DAD5C2
(218,213,194)
#E0DBCB
(224,219,203)
#E6E1D4
(230,225,212)
#ECE7DD
(236,231,221)
#F2EDE6
(242,237,230)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB795; }

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

This text font color is #BCB795.

Background Color

.myBgColor { background-color: #BCB795; }

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

This div background color is #BCB795.

Border color

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

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

This div border color is #BCB795.

Opacity

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

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

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

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

This text has shadow with #BCB795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB795.

Preview

Color preview on black background

This text has color #BCB795 on black background.


Color preview on white background

This text has color #BCB795 on white background.


Black color preview on #BCB795 background

This text has black color on #BCB795 background.


White color preview on #BCB795 background

This text has white color on #BCB795 background.


Related colors

Complementary color

Complementary color for #hex is #43486A.


I love getcolorcode.com

Triadic colors

1 #95BCB7 and #B795BC with #BCB795 are triadic colors.

2 #95B7BC and #B7BC95 with #BCB795 are triadic colors.