COLOR #BCA191

HEX: #BCA191
RGB: (188,161,145)

Color info

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

RGB color model

#BCA191 color RGB value is (188,161,145).

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

RGB channels and saturation

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

188
161
145

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

Portions of RGB colors in percentages

R + G + B =
188 + 161 + 145 = 494 (100%)
R 188 of 494 ~ 38.06%
G 161 of 494 ~ 32.59%
B 145 of 494 ~ 29.35%

%38.06
%32.59
%29.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 22.87%
  • 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
%22.87
%26.27

Codes

Color #BCA191 in popluar color models

BCA191
RGB188161145
HSL22°24.29%65.29%
HSB/HSV22°22.87%73.73%
CMYK0.00%14.36%22.87%
26.27%

Color #BCA191 in popluar number systems.

HEXBCA191
Decimal188161145
Binary101111001010000110010001
Octal274241221

Shades and tints

Shades of #BCA191

#BCA191
(188,161,145)
#AB9384
(171,147,132)
#9A8577
(154,133,119)
#89776A
(137,119,106)
#78695D
(120,105,93)
#675B50
(103,91,80)
#564D43
(86,77,67)
#453F36
(69,63,54)
#343129
(52,49,41)
#23231C
(35,35,28)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #BCA191

#BCA191
(188,161,145)
#C2A99B
(194,169,155)
#C8B1A5
(200,177,165)
#CEB9AF
(206,185,175)
#D4C1B9
(212,193,185)
#DAC9C3
(218,201,195)
#E0D1CD
(224,209,205)
#E6D9D7
(230,217,215)
#ECE1E1
(236,225,225)
#F2E9EB
(242,233,235)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA191; }

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

This text font color is #BCA191.


Background Color

.myBgColor { background-color: #BCA191; }

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

This div background color is #BCA191.


Border color

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

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

This div border color is #BCA191.


Opacity

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

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

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

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

This text has shadow with #BCA191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA191 on black background.


Color preview on white background

This text has color #BCA191 on white background.



Black color preview on #BCA191 background

This text has black color on #BCA191 background.


White color preview on #BCA191 background

This text has white color on #BCA191 background.