COLOR #BCAA97

HEX: #BCAA97
RGB: (188,170,151)

Color info

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

RGB color model

#BCAA97 color RGB value is (188,170,151).

  • red value is 188;
  • green value is 170;
  • blue value is 151.
RGB:
(188,170,151)
(74%,67%,59%)

RGB channels and saturation

R 188 of 255 = 74%
G 170 of 255 = 67%
B 151 of 255 = 59%

188
170
151

R + G + B ~ 67%. #BCAA97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 170 + 151 = 509 (100%)
R 188 of 509 ~ 36.94%
G 170 of 509 ~ 33.4%
B 151 of 509 ~ 29.67%

%36.94
%33.4
%29.67

CMYK color model

#BCAA97 color CMYK value is (0,10,20,26).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 19.68%
  • key color value is 26.27%
CMYK:
(0,10,20,26)
C0M10Y20K26 
(0%,10%,20%,26%)
(0.00/0.10/0.20/0.26)	

CMYK percentages

%0
%9.57
%19.68
%26.27

Codes

Color #BCAA97 in popluar color models

BCAA97
RGB188170151
HSL31°21.64%66.47%
HSB/HSV31°19.68%73.73%
CMYK0.00%9.57%19.68%
26.27%

Color #BCAA97 in popluar number systems.

HEXBCAA97
Decimal188170151
Binary101111001010101010010111
Octal274252227

Shades and tints

Shades of #BCAA97

#BCAA97
(188,170,151)
#AB9B8A
(171,155,138)
#9A8C7D
(154,140,125)
#897D70
(137,125,112)
#786E63
(120,110,99)
#675F56
(103,95,86)
#565049
(86,80,73)
#45413C
(69,65,60)
#34322F
(52,50,47)
#232322
(35,35,34)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #BCAA97

#BCAA97
(188,170,151)
#C2B1A0
(194,177,160)
#C8B8A9
(200,184,169)
#CEBFB2
(206,191,178)
#D4C6BB
(212,198,187)
#DACDC4
(218,205,196)
#E0D4CD
(224,212,205)
#E6DBD6
(230,219,214)
#ECE2DF
(236,226,223)
#F2E9E8
(242,233,232)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAA97 color. Also use rgb(188,170,151) instead hex code.

Text Font Color

.myTextColor { color: #BCAA97; }

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

This text font color is #BCAA97.


Background Color

.myBgColor { background-color: #BCAA97; }

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

This div background color is #BCAA97.


Border color

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

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

This div border color is #BCAA97.


Opacity

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

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

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

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

This text has shadow with #BCAA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAA97 on black background.


Color preview on white background

This text has color #BCAA97 on white background.



Black color preview on #BCAA97 background

This text has black color on #BCAA97 background.


White color preview on #BCAA97 background

This text has white color on #BCAA97 background.