COLOR #BCA07D

HEX: #BCA07D
RGB: (188,160,125)

Color info

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

RGB color model

#BCA07D color RGB value is (188,160,125).

  • red value is 188;
  • green value is 160;
  • blue value is 125.
RGB:
(188,160,125)
(74%,63%,49%)

RGB channels and saturation

R 188 of 255 = 74%
G 160 of 255 = 63%
B 125 of 255 = 49%

188
160
125

R + G + B ~ 62%. #BCA07D is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 160 + 125 = 473 (100%)
R 188 of 473 ~ 39.75%
G 160 of 473 ~ 33.83%
B 125 of 473 ~ 26.43%

%39.75
%33.83
%26.43

CMYK color model

#BCA07D color CMYK value is (0,15,34,26).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 33.51%
  • key color value is 26.27%
CMYK:
(0,15,34,26)
C0M15Y34K26 
(0%,15%,34%,26%)
(0.00/0.15/0.34/0.26)	

CMYK percentages

%0
%14.89
%33.51
%26.27

Codes

Color #BCA07D in popluar color models

BCA07D
RGB188160125
HSL33°31.98%61.37%
HSB/HSV33°33.51%73.73%
CMYK0.00%14.89%33.51%
26.27%

Color #BCA07D in popluar number systems.

HEXBCA07D
Decimal188160125
Binary10111100101000001111101
Octal274240175

Shades and tints

Shades of #BCA07D

#BCA07D
(188,160,125)
#AB9272
(171,146,114)
#9A8467
(154,132,103)
#89765C
(137,118,92)
#786851
(120,104,81)
#675A46
(103,90,70)
#564C3B
(86,76,59)
#453E30
(69,62,48)
#343025
(52,48,37)
#23221A
(35,34,26)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #BCA07D

#BCA07D
(188,160,125)
#C2A888
(194,168,136)
#C8B093
(200,176,147)
#CEB89E
(206,184,158)
#D4C0A9
(212,192,169)
#DAC8B4
(218,200,180)
#E0D0BF
(224,208,191)
#E6D8CA
(230,216,202)
#ECE0D5
(236,224,213)
#F2E8E0
(242,232,224)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA07D color. Also use rgb(188,160,125) instead hex code.

Text Font Color

.myTextColor { color: #BCA07D; }

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

This text font color is #BCA07D.


Background Color

.myBgColor { background-color: #BCA07D; }

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

This div background color is #BCA07D.


Border color

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

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

This div border color is #BCA07D.


Opacity

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

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

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

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

This text has shadow with #BCA07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA07D on black background.


Color preview on white background

This text has color #BCA07D on white background.



Black color preview on #BCA07D background

This text has black color on #BCA07D background.


White color preview on #BCA07D background

This text has white color on #BCA07D background.