COLOR #BCB19A

HEX: #BCB19A RGB: (188,177,154)

Color info

#BCB19A contains red, green and blue colors in about the same proportion. Web safe color of #BCB19A is #CC9999 (or #C99).

RGB color model

#BCB19A color RGB value is (188,177,154).

RGB: (188,177,154) (74%, 69%, 60%)

RGB channels and saturation

R 188 of 255 = 74%
G 177 of 255 = 69%
B 154 of 255 = 60%

188
177
154

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

Portions of RGB colors in percentages

R + G + B = 188 + 177 + 154 = 519 (100%)
R 188 of 519 ~ 36.22%
G 177 of 519 ~ 34.1%
B 154 of 519 ~ 29.67'%

%36.22
%34.1
%29.67

CMYK color model

#BCB19A color CMYK value is (0,6,18,26).

  • cyan value is 0.00%
  • magenta value is 5.85%
  • yellow value is 18.09%
  • key color value is 26.27%

CMYK: (0,6,18,26)
C0M6Y18K26 (0%, 6%, 18%, 26%)
(0.00 / 0.06 / 0.18 / 0.26)

CMYK percentages

%0
%5.85
%18.09
%26.27

Codes

Color #BCB19A in popluar color models

BC B1 9A
RGB 188 177 154
HSL 41° 20.24% 67.06%
HSB/HSV 41° 18.09% 73.73%
CMYK 0.00% 5.85% 18.09%
26.27%

Color #BCB19A in popluar number systems.

HEX BC B1 9A
Decimal 188 177 154
Binary 10111100 10110001 10011010
Octal 274 261 232

Shades and tints

Shades of #BCB19A

#BCB19A
(188,177,154)
#ABA18C
(171,161,140)
#9A917E
(154,145,126)
#898170
(137,129,112)
#787162
(120,113,98)
#676154
(103,97,84)
#565146
(86,81,70)
#454138
(69,65,56)
#34312A
(52,49,42)
#23211C
(35,33,28)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #BCB19A

#BCB19A
(188,177,154)
#C2B8A3
(194,184,163)
#C8BFAC
(200,191,172)
#CEC6B5
(206,198,181)
#D4CDBE
(212,205,190)
#DAD4C7
(218,212,199)
#E0DBD0
(224,219,208)
#E6E2D9
(230,226,217)
#ECE9E2
(236,233,226)
#F2F0EB
(242,240,235)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCB19A color. Also use rgb(188,177,154) instead hex code.

Text Font Color

.myTextColor { color: #BCB19A; }

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

This text font color is #BCB19A.

Background Color

.myBgColor { background-color: #BCB19A; }

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

This div background color is #BCB19A.

Border color

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

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

This div border color is #BCB19A.

Opacity

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

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

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

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

This text has shadow with #BCB19A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCB19A.

Preview

Color preview on black background

This text has color #BCB19A on black background.


Color preview on white background

This text has color #BCB19A on white background.


Black color preview on #BCB19A background

This text has black color on #BCB19A background.


White color preview on #BCB19A background

This text has white color on #BCB19A background.


Related colors

Complementary color

Complementary color for #hex is #434E65.


I love getcolorcode.com

Triadic colors

1 #9ABCB1 and #B19ABC with #BCB19A are triadic colors.

2 #9AB1BC and #B1BC9A with #BCB19A are triadic colors.