COLOR #BCAF5F

HEX: #BCAF5F
RGB: (188,175,95)

Color info

#BCAF5F contains mainly red and green colors. Web safe color of #BCAF5F is #CC9966 (or #C96).

RGB color model

#BCAF5F color RGB value is (188,175,95).

  • red value is 188;
  • green value is 175;
  • blue value is 95.
RGB:
(188,175,95)
(74%,69%,37%)

RGB channels and saturation

R 188 of 255 = 74%
G 175 of 255 = 69%
B 95 of 255 = 37%

188
175
95

R + G + B ~ 60%. #BCAF5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
188 + 175 + 95 = 458 (100%)
R 188 of 458 ~ 41.05%
G 175 of 458 ~ 38.21%
B 95 of 458 ~ 20.74%

%41.05
%38.21
%20.74

CMYK color model

#BCAF5F color CMYK value is (0,7,49,26).

  • cyan value is 0.00%
  • magenta value is 6.91%
  • yellow value is 49.47%
  • key color value is 26.27%
CMYK:
(0,7,49,26)
C0M7Y49K26 
(0%,7%,49%,26%)
(0.00/0.07/0.49/0.26)	

CMYK percentages

%0
%6.91
%49.47
%26.27

Codes

Color #BCAF5F in popluar color models

BCAF5F
RGB18817595
HSL52°40.97%55.49%
HSB/HSV52°49.47%73.73%
CMYK0.00%6.91%49.47%
26.27%

Color #BCAF5F in popluar number systems.

HEXBCAF5F
Decimal18817595
Binary10111100101011111011111
Octal274257137

Shades and tints

Shades of #BCAF5F

#BCAF5F
(188,175,95)
#ABA057
(171,160,87)
#9A914F
(154,145,79)
#898247
(137,130,71)
#78733F
(120,115,63)
#676437
(103,100,55)
#56552F
(86,85,47)
#454627
(69,70,39)
#34371F
(52,55,31)
#232817
(35,40,23)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #BCAF5F

#BCAF5F
(188,175,95)
#C2B66D
(194,182,109)
#C8BD7B
(200,189,123)
#CEC489
(206,196,137)
#D4CB97
(212,203,151)
#DAD2A5
(218,210,165)
#E0D9B3
(224,217,179)
#E6E0C1
(230,224,193)
#ECE7CF
(236,231,207)
#F2EEDD
(242,238,221)
#F8F5EB
(248,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAF5F color. Also use rgb(188,175,95) instead hex code.

Text Font Color

.myTextColor { color: #BCAF5F; }

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

This text font color is #BCAF5F.


Background Color

.myBgColor { background-color: #BCAF5F; }

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

This div background color is #BCAF5F.


Border color

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

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

This div border color is #BCAF5F.


Opacity

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

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

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

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

This text has shadow with #BCAF5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAF5F on black background.


Color preview on white background

This text has color #BCAF5F on white background.



Black color preview on #BCAF5F background

This text has black color on #BCAF5F background.


White color preview on #BCAF5F background

This text has white color on #BCAF5F background.