COLOR #BCA083

HEX: #BCA083
RGB: (188,160,131)

Color info

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

RGB color model

#BCA083 color RGB value is (188,160,131).

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

RGB channels and saturation

R 188 of 255 = 74%
G 160 of 255 = 63%
B 131 of 255 = 51%

188
160
131

R + G + B ~ 63%. #BCA083 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 160 + 131 = 479 (100%)
R 188 of 479 ~ 39.25%
G 160 of 479 ~ 33.4%
B 131 of 479 ~ 27.35%

%39.25
%33.4
%27.35

CMYK color model

#BCA083 color CMYK value is (0,15,30,26).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 30.32%
  • key color value is 26.27%
CMYK:
(0,15,30,26)
C0M15Y30K26 
(0%,15%,30%,26%)
(0.00/0.15/0.30/0.26)	

CMYK percentages

%0
%14.89
%30.32
%26.27

Codes

Color #BCA083 in popluar color models

BCA083
RGB188160131
HSL31°29.84%62.55%
HSB/HSV31°30.32%73.73%
CMYK0.00%14.89%30.32%
26.27%

Color #BCA083 in popluar number systems.

HEXBCA083
Decimal188160131
Binary101111001010000010000011
Octal274240203

Shades and tints

Shades of #BCA083

#BCA083
(188,160,131)
#AB9278
(171,146,120)
#9A846D
(154,132,109)
#897662
(137,118,98)
#786857
(120,104,87)
#675A4C
(103,90,76)
#564C41
(86,76,65)
#453E36
(69,62,54)
#34302B
(52,48,43)
#232220
(35,34,32)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #BCA083

#BCA083
(188,160,131)
#C2A88E
(194,168,142)
#C8B099
(200,176,153)
#CEB8A4
(206,184,164)
#D4C0AF
(212,192,175)
#DAC8BA
(218,200,186)
#E0D0C5
(224,208,197)
#E6D8D0
(230,216,208)
#ECE0DB
(236,224,219)
#F2E8E6
(242,232,230)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA083; }

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

This text font color is #BCA083.


Background Color

.myBgColor { background-color: #BCA083; }

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

This div background color is #BCA083.


Border color

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

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

This div border color is #BCA083.


Opacity

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

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

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

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

This text has shadow with #BCA083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA083 on black background.


Color preview on white background

This text has color #BCA083 on white background.



Black color preview on #BCA083 background

This text has black color on #BCA083 background.


White color preview on #BCA083 background

This text has white color on #BCA083 background.