COLOR #BCA091

HEX: #BCA091
RGB: (188,160,145)

Color info

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

RGB color model

#BCA091 color RGB value is (188,160,145).

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

RGB channels and saturation

R 188 of 255 = 74%
G 160 of 255 = 63%
B 145 of 255 = 57%

188
160
145

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

Portions of RGB colors in percentages

R + G + B =
188 + 160 + 145 = 493 (100%)
R 188 of 493 ~ 38.13%
G 160 of 493 ~ 32.45%
B 145 of 493 ~ 29.41%

%38.13
%32.45
%29.41

CMYK color model

#BCA091 color CMYK value is (0,15,23,26).

  • cyan value is 0.00%
  • magenta value is 14.89%
  • yellow value is 22.87%
  • key color value is 26.27%
CMYK:
(0,15,23,26)
C0M15Y23K26 
(0%,15%,23%,26%)
(0.00/0.15/0.23/0.26)	

CMYK percentages

%0
%14.89
%22.87
%26.27

Codes

Color #BCA091 in popluar color models

BCA091
RGB188160145
HSL21°24.29%65.29%
HSB/HSV21°22.87%73.73%
CMYK0.00%14.89%22.87%
26.27%

Color #BCA091 in popluar number systems.

HEXBCA091
Decimal188160145
Binary101111001010000010010001
Octal274240221

Shades and tints

Shades of #BCA091

#BCA091
(188,160,145)
#AB9284
(171,146,132)
#9A8477
(154,132,119)
#89766A
(137,118,106)
#78685D
(120,104,93)
#675A50
(103,90,80)
#564C43
(86,76,67)
#453E36
(69,62,54)
#343029
(52,48,41)
#23221C
(35,34,28)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #BCA091

#BCA091
(188,160,145)
#C2A89B
(194,168,155)
#C8B0A5
(200,176,165)
#CEB8AF
(206,184,175)
#D4C0B9
(212,192,185)
#DAC8C3
(218,200,195)
#E0D0CD
(224,208,205)
#E6D8D7
(230,216,215)
#ECE0E1
(236,224,225)
#F2E8EB
(242,232,235)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA091; }

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

This text font color is #BCA091.


Background Color

.myBgColor { background-color: #BCA091; }

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

This div background color is #BCA091.


Border color

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

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

This div border color is #BCA091.


Opacity

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

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

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

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

This text has shadow with #BCA091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA091 on black background.


Color preview on white background

This text has color #BCA091 on white background.



Black color preview on #BCA091 background

This text has black color on #BCA091 background.


White color preview on #BCA091 background

This text has white color on #BCA091 background.