COLOR #BCAB88

HEX: #BCAB88 RGB: (188,171,136)

Color info

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

RGB color model

#BCAB88 color RGB value is (188,171,136).

RGB: (188,171,136) (74%, 67%, 53%)

RGB channels and saturation

R 188 of 255 = 74%
G 171 of 255 = 67%
B 136 of 255 = 53%

188
171
136

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

Portions of RGB colors in percentages

R + G + B = 188 + 171 + 136 = 495 (100%)
R 188 of 495 ~ 37.98%
G 171 of 495 ~ 34.55%
B 136 of 495 ~ 27.47'%

%37.98
%34.55
%27.47

CMYK color model

#BCAB88 color CMYK value is (0,9,28,26).

  • cyan value is 0.00%
  • magenta value is 9.04%
  • yellow value is 27.66%
  • key color value is 26.27%
CMYK: (0,9,28,26) C0M9Y28K26 (0%,9%,28%,26%) (0.00/0.09/0.28/0.26) 

CMYK percentages

%0
%9.04
%27.66
%26.27

Codes

Color #BCAB88 in popluar color models

BC AB 88
RGB 188 171 136
HSL 40° 27.96% 63.53%
HSB/HSV 40° 27.66% 73.73%
CMYK 0.00% 9.04% 27.66%
26.27%

Color #BCAB88 in popluar number systems.

HEX BC AB 88
Decimal 188 171 136
Binary 10111100 10101011 10001000
Octal 274 253 210

Shades and tints

Shades of #BCAB88

#BCAB88
(188,171,136)
#AB9C7C
(171,156,124)
#9A8D70
(154,141,112)
#897E64
(137,126,100)
#786F58
(120,111,88)
#67604C
(103,96,76)
#565140
(86,81,64)
#454234
(69,66,52)
#343328
(52,51,40)
#23241C
(35,36,28)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #BCAB88

#BCAB88
(188,171,136)
#C2B292
(194,178,146)
#C8B99C
(200,185,156)
#CEC0A6
(206,192,166)
#D4C7B0
(212,199,176)
#DACEBA
(218,206,186)
#E0D5C4
(224,213,196)
#E6DCCE
(230,220,206)
#ECE3D8
(236,227,216)
#F2EAE2
(242,234,226)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCAB88 color. Also use rgb(188,171,136) instead hex code.

Text Font Color

.myTextColor { color: #BCAB88; }

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

This text font color is #BCAB88.

Background Color

.myBgColor { background-color: #BCAB88; }

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

This div background color is #BCAB88.

Border color

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

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

This div border color is #BCAB88.

Opacity

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

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

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

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

This text has shadow with #BCAB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCAB88.

Preview

Color preview on black background

This text has color #BCAB88 on black background.


Color preview on white background

This text has color #BCAB88 on white background.


Black color preview on #BCAB88 background

This text has black color on #BCAB88 background.


White color preview on #BCAB88 background

This text has white color on #BCAB88 background.


Related colors

Complementary color

Complementary color for #hex is #435477.


I love getcolorcode.com

Triadic colors

1 #88BCAB and #AB88BC with #BCAB88 are triadic colors.

2 #88ABBC and #ABBC88 with #BCAB88 are triadic colors.