COLOR #BCA190

HEX: #BCA190
RGB: (188,161,144)

Color info

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

RGB color model

#BCA190 color RGB value is (188,161,144).

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

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 144 of 255 = 56%

188
161
144

R + G + B ~ 64%. #BCA190 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 161 + 144 = 493 (100%)
R 188 of 493 ~ 38.13%
G 161 of 493 ~ 32.66%
B 144 of 493 ~ 29.21%

%38.13
%32.66
%29.21

CMYK color model

#BCA190 color CMYK value is (0,14,23,26).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 23.40%
  • key color value is 26.27%
CMYK:
(0,14,23,26)
C0M14Y23K26 
(0%,14%,23%,26%)
(0.00/0.14/0.23/0.26)	

CMYK percentages

%0
%14.36
%23.4
%26.27

Codes

Color #BCA190 in popluar color models

BCA190
RGB188161144
HSL23°24.72%65.10%
HSB/HSV23°23.40%73.73%
CMYK0.00%14.36%23.40%
26.27%

Color #BCA190 in popluar number systems.

HEXBCA190
Decimal188161144
Binary101111001010000110010000
Octal274241220

Shades and tints

Shades of #BCA190

#BCA190
(188,161,144)
#AB9383
(171,147,131)
#9A8576
(154,133,118)
#897769
(137,119,105)
#78695C
(120,105,92)
#675B4F
(103,91,79)
#564D42
(86,77,66)
#453F35
(69,63,53)
#343128
(52,49,40)
#23231B
(35,35,27)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #BCA190

#BCA190
(188,161,144)
#C2A99A
(194,169,154)
#C8B1A4
(200,177,164)
#CEB9AE
(206,185,174)
#D4C1B8
(212,193,184)
#DAC9C2
(218,201,194)
#E0D1CC
(224,209,204)
#E6D9D6
(230,217,214)
#ECE1E0
(236,225,224)
#F2E9EA
(242,233,234)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA190; }

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

This text font color is #BCA190.


Background Color

.myBgColor { background-color: #BCA190; }

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

This div background color is #BCA190.


Border color

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

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

This div border color is #BCA190.


Opacity

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

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

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

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

This text has shadow with #BCA190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA190 on black background.


Color preview on white background

This text has color #BCA190 on white background.



Black color preview on #BCA190 background

This text has black color on #BCA190 background.


White color preview on #BCA190 background

This text has white color on #BCA190 background.