COLOR #BCB797

HEX: #BCB797 RGB: (188,183,151)

Color info

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

RGB color model

#BCB797 color RGB value is (188,183,151).

RGB: (188,183,151) (74%, 72%, 59%)

RGB channels and saturation

R 188 of 255 = 74%
G 183 of 255 = 72%
B 151 of 255 = 59%

188
183
151

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

Portions of RGB colors in percentages

R + G + B = 188 + 183 + 151 = 522 (100%)
R 188 of 522 ~ 36.02%
G 183 of 522 ~ 35.06%
B 151 of 522 ~ 28.93'%

%36.02
%35.06
%28.93

CMYK color model

#BCB797 color CMYK value is (0,3,20,26).

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

CMYK: (0,3,20,26)
C0M3Y20K26 (0%, 3%, 20%, 26%)
(0.00 / 0.03 / 0.20 / 0.26)

CMYK percentages

%0
%2.66
%19.68
%26.27

Codes

Color #BCB797 in popluar color models

BC B7 97
RGB 188 183 151
HSL 52° 21.64% 66.47%
HSB/HSV 52° 19.68% 73.73%
CMYK 0.00% 2.66% 19.68%
26.27%

Color #BCB797 in popluar number systems.

HEX BC B7 97
Decimal 188 183 151
Binary 10111100 10110111 10010111
Octal 274 267 227

Shades and tints

Shades of #BCB797

#BCB797
(188,183,151)
#ABA78A
(171,167,138)
#9A977D
(154,151,125)
#898770
(137,135,112)
#787763
(120,119,99)
#676756
(103,103,86)
#565749
(86,87,73)
#45473C
(69,71,60)
#34372F
(52,55,47)
#232722
(35,39,34)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCB797

#BCB797
(188,183,151)
#C2BDA0
(194,189,160)
#C8C3A9
(200,195,169)
#CEC9B2
(206,201,178)
#D4CFBB
(212,207,187)
#DAD5C4
(218,213,196)
#E0DBCD
(224,219,205)
#E6E1D6
(230,225,214)
#ECE7DF
(236,231,223)
#F2EDE8
(242,237,232)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCB797; }

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

This text font color is #BCB797.

Background Color

.myBgColor { background-color: #BCB797; }

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

This div background color is #BCB797.

Border color

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

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

This div border color is #BCB797.

Opacity

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

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

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

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

This text has shadow with #BCB797 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB797.

Preview

Color preview on black background

This text has color #BCB797 on black background.


Color preview on white background

This text has color #BCB797 on white background.


Black color preview on #BCB797 background

This text has black color on #BCB797 background.


White color preview on #BCB797 background

This text has white color on #BCB797 background.


Related colors

Complementary color

Complementary color for #hex is #434868.


I love getcolorcode.com

Triadic colors

1 #97BCB7 and #B797BC with #BCB797 are triadic colors.

2 #97B7BC and #B7BC97 with #BCB797 are triadic colors.