COLOR #BCA590

HEX: #BCA590
RGB: (188,165,144)

Color info

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

RGB color model

#BCA590 color RGB value is (188,165,144).

  • red value is 188;
  • green value is 165;
  • blue value is 144.
RGB:
(188,165,144)
(74%,65%,56%)

RGB channels and saturation

R 188 of 255 = 74%
G 165 of 255 = 65%
B 144 of 255 = 56%

188
165
144

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

Portions of RGB colors in percentages

R + G + B =
188 + 165 + 144 = 497 (100%)
R 188 of 497 ~ 37.83%
G 165 of 497 ~ 33.2%
B 144 of 497 ~ 28.97%

%37.83
%33.2
%28.97

CMYK color model

#BCA590 color CMYK value is (0,12,23,26).

  • cyan value is 0.00%
  • magenta value is 12.23%
  • yellow value is 23.40%
  • key color value is 26.27%
CMYK:
(0,12,23,26)
C0M12Y23K26 
(0%,12%,23%,26%)
(0.00/0.12/0.23/0.26)	

CMYK percentages

%0
%12.23
%23.4
%26.27

Codes

Color #BCA590 in popluar color models

BCA590
RGB188165144
HSL29°24.72%65.10%
HSB/HSV29°23.40%73.73%
CMYK0.00%12.23%23.40%
26.27%

Color #BCA590 in popluar number systems.

HEXBCA590
Decimal188165144
Binary101111001010010110010000
Octal274245220

Shades and tints

Shades of #BCA590

#BCA590
(188,165,144)
#AB9683
(171,150,131)
#9A8776
(154,135,118)
#897869
(137,120,105)
#78695C
(120,105,92)
#675A4F
(103,90,79)
#564B42
(86,75,66)
#453C35
(69,60,53)
#342D28
(52,45,40)
#231E1B
(35,30,27)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #BCA590

#BCA590
(188,165,144)
#C2AD9A
(194,173,154)
#C8B5A4
(200,181,164)
#CEBDAE
(206,189,174)
#D4C5B8
(212,197,184)
#DACDC2
(218,205,194)
#E0D5CC
(224,213,204)
#E6DDD6
(230,221,214)
#ECE5E0
(236,229,224)
#F2EDEA
(242,237,234)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA590 color. Also use rgb(188,165,144) instead hex code.

Text Font Color

.myTextColor { color: #BCA590; }

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

This text font color is #BCA590.


Background Color

.myBgColor { background-color: #BCA590; }

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

This div background color is #BCA590.


Border color

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

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

This div border color is #BCA590.


Opacity

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

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

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

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

This text has shadow with #BCA590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA590 on black background.


Color preview on white background

This text has color #BCA590 on white background.



Black color preview on #BCA590 background

This text has black color on #BCA590 background.


White color preview on #BCA590 background

This text has white color on #BCA590 background.