COLOR #BCA88F

HEX: #BCA88F
RGB: (188,168,143)

Color info

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

RGB color model

#BCA88F color RGB value is (188,168,143).

  • red value is 188;
  • green value is 168;
  • blue value is 143.
RGB:
(188,168,143)
(74%,66%,56%)

RGB channels and saturation

R 188 of 255 = 74%
G 168 of 255 = 66%
B 143 of 255 = 56%

188
168
143

R + G + B ~ 65%. #BCA88F is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 168 + 143 = 499 (100%)
R 188 of 499 ~ 37.68%
G 168 of 499 ~ 33.67%
B 143 of 499 ~ 28.66%

%37.68
%33.67
%28.66

CMYK color model

#BCA88F color CMYK value is (0,11,24,26).

  • cyan value is 0.00%
  • magenta value is 10.64%
  • yellow value is 23.94%
  • key color value is 26.27%
CMYK:
(0,11,24,26)
C0M11Y24K26 
(0%,11%,24%,26%)
(0.00/0.11/0.24/0.26)	

CMYK percentages

%0
%10.64
%23.94
%26.27

Codes

Color #BCA88F in popluar color models

BCA88F
RGB188168143
HSL33°25.14%64.90%
HSB/HSV33°23.94%73.73%
CMYK0.00%10.64%23.94%
26.27%

Color #BCA88F in popluar number systems.

HEXBCA88F
Decimal188168143
Binary101111001010100010001111
Octal274250217

Shades and tints

Shades of #BCA88F

#BCA88F
(188,168,143)
#AB9982
(171,153,130)
#9A8A75
(154,138,117)
#897B68
(137,123,104)
#786C5B
(120,108,91)
#675D4E
(103,93,78)
#564E41
(86,78,65)
#453F34
(69,63,52)
#343027
(52,48,39)
#23211A
(35,33,26)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #BCA88F

#BCA88F
(188,168,143)
#C2AF99
(194,175,153)
#C8B6A3
(200,182,163)
#CEBDAD
(206,189,173)
#D4C4B7
(212,196,183)
#DACBC1
(218,203,193)
#E0D2CB
(224,210,203)
#E6D9D5
(230,217,213)
#ECE0DF
(236,224,223)
#F2E7E9
(242,231,233)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA88F color. Also use rgb(188,168,143) instead hex code.

Text Font Color

.myTextColor { color: #BCA88F; }

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

This text font color is #BCA88F.


Background Color

.myBgColor { background-color: #BCA88F; }

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

This div background color is #BCA88F.


Border color

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

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

This div border color is #BCA88F.


Opacity

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

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

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

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

This text has shadow with #BCA88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA88F on black background.


Color preview on white background

This text has color #BCA88F on white background.



Black color preview on #BCA88F background

This text has black color on #BCA88F background.


White color preview on #BCA88F background

This text has white color on #BCA88F background.