COLOR #BCA488

HEX: #BCA488 RGB: (188,164,136)

Color info

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

RGB color model

#BCA488 color RGB value is (188,164,136).

RGB: (188,164,136) (74%, 64%, 53%)

RGB channels and saturation

R 188 of 255 = 74%
G 164 of 255 = 64%
B 136 of 255 = 53%

188
164
136

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

Portions of RGB colors in percentages

R + G + B = 188 + 164 + 136 = 488 (100%)
R 188 of 488 ~ 38.52%
G 164 of 488 ~ 33.61%
B 136 of 488 ~ 27.87'%

%38.52
%33.61
%27.87

CMYK color model

#BCA488 color CMYK value is (0,13,28,26).

  • cyan value is 0.00%
  • magenta value is 12.77%
  • yellow value is 27.66%
  • key color value is 26.27%
CMYK: (0,13,28,26) C0M13Y28K26 (0%,13%,28%,26%) (0.00/0.13/0.28/0.26) 

CMYK percentages

%0
%12.77
%27.66
%26.27

Codes

Color #BCA488 in popluar color models

BC A4 88
RGB 188 164 136
HSL 32° 27.96% 63.53%
HSB/HSV 32° 27.66% 73.73%
CMYK 0.00% 12.77% 27.66%
26.27%

Color #BCA488 in popluar number systems.

HEX BC A4 88
Decimal 188 164 136
Binary 10111100 10100100 10001000
Octal 274 244 210

Shades and tints

Shades of #BCA488

#BCA488
(188,164,136)
#AB967C
(171,150,124)
#9A8870
(154,136,112)
#897A64
(137,122,100)
#786C58
(120,108,88)
#675E4C
(103,94,76)
#565040
(86,80,64)
#454234
(69,66,52)
#343428
(52,52,40)
#23261C
(35,38,28)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #BCA488

#BCA488
(188,164,136)
#C2AC92
(194,172,146)
#C8B49C
(200,180,156)
#CEBCA6
(206,188,166)
#D4C4B0
(212,196,176)
#DACCBA
(218,204,186)
#E0D4C4
(224,212,196)
#E6DCCE
(230,220,206)
#ECE4D8
(236,228,216)
#F2ECE2
(242,236,226)
#F8F4EC
(248,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA488; }

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

This text font color is #BCA488.

Background Color

.myBgColor { background-color: #BCA488; }

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

This div background color is #BCA488.

Border color

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

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

This div border color is #BCA488.

Opacity

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

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

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

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

This text has shadow with #BCA488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA488.

Preview

Color preview on black background

This text has color #BCA488 on black background.


Color preview on white background

This text has color #BCA488 on white background.


Black color preview on #BCA488 background

This text has black color on #BCA488 background.


White color preview on #BCA488 background

This text has white color on #BCA488 background.


Related colors

Complementary color

Complementary color for #hex is #435B77.


I love getcolorcode.com

Triadic colors

1 #88BCA4 and #A488BC with #BCA488 are triadic colors.

2 #88A4BC and #A4BC88 with #BCA488 are triadic colors.