COLOR #BCA195

HEX: #BCA195 RGB: (188,161,149)

Color info

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

RGB color model

#BCA195 color RGB value is (188,161,149).

RGB: (188,161,149) (74%, 63%, 58%)

RGB channels and saturation

R 188 of 255 = 74%
G 161 of 255 = 63%
B 149 of 255 = 58%

188
161
149

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

Portions of RGB colors in percentages

R + G + B = 188 + 161 + 149 = 498 (100%)
R 188 of 498 ~ 37.75%
G 161 of 498 ~ 32.33%
B 149 of 498 ~ 29.92'%

%37.75
%32.33
%29.92

CMYK color model

#BCA195 color CMYK value is (0,14,21,26).

  • cyan value is 0.00%
  • magenta value is 14.36%
  • yellow value is 20.74%
  • key color value is 26.27%
CMYK: (0,14,21,26) C0M14Y21K26 (0%,14%,21%,26%) (0.00/0.14/0.21/0.26) 

CMYK percentages

%0
%14.36
%20.74
%26.27

Codes

Color #BCA195 in popluar color models

BC A1 95
RGB 188 161 149
HSL 18° 22.54% 66.08%
HSB/HSV 18° 20.74% 73.73%
CMYK 0.00% 14.36% 20.74%
26.27%

Color #BCA195 in popluar number systems.

HEX BC A1 95
Decimal 188 161 149
Binary 10111100 10100001 10010101
Octal 274 241 225

Shades and tints

Shades of #BCA195

#BCA195
(188,161,149)
#AB9388
(171,147,136)
#9A857B
(154,133,123)
#89776E
(137,119,110)
#786961
(120,105,97)
#675B54
(103,91,84)
#564D47
(86,77,71)
#453F3A
(69,63,58)
#34312D
(52,49,45)
#232320
(35,35,32)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #BCA195

#BCA195
(188,161,149)
#C2A99E
(194,169,158)
#C8B1A7
(200,177,167)
#CEB9B0
(206,185,176)
#D4C1B9
(212,193,185)
#DAC9C2
(218,201,194)
#E0D1CB
(224,209,203)
#E6D9D4
(230,217,212)
#ECE1DD
(236,225,221)
#F2E9E6
(242,233,230)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA195; }

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

This text font color is #BCA195.

Background Color

.myBgColor { background-color: #BCA195; }

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

This div background color is #BCA195.

Border color

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

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

This div border color is #BCA195.

Opacity

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

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

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

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

This text has shadow with #BCA195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA195.

Preview

Color preview on black background

This text has color #BCA195 on black background.


Color preview on white background

This text has color #BCA195 on white background.


Black color preview on #BCA195 background

This text has black color on #BCA195 background.


White color preview on #BCA195 background

This text has white color on #BCA195 background.


Related colors

Complementary color

Complementary color for #hex is #435E6A.


I love getcolorcode.com

Triadic colors

1 #95BCA1 and #A195BC with #BCA195 are triadic colors.

2 #95A1BC and #A1BC95 with #BCA195 are triadic colors.