COLOR #BCA584

HEX: #BCA584 RGB: (188,165,132)

Color info

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

RGB color model

#BCA584 color RGB value is (188,165,132).

RGB: (188,165,132) (74%, 65%, 52%)

RGB channels and saturation

R 188 of 255 = 74%
G 165 of 255 = 65%
B 132 of 255 = 52%

188
165
132

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

Portions of RGB colors in percentages

R + G + B = 188 + 165 + 132 = 485 (100%)
R 188 of 485 ~ 38.76%
G 165 of 485 ~ 34.02%
B 132 of 485 ~ 27.22'%

%38.76
%34.02
%27.22

CMYK color model

#BCA584 color CMYK value is (0,12,30,26).

  • cyan value is 0.00%
  • magenta value is 12.23%
  • yellow value is 29.79%
  • key color value is 26.27%

CMYK: (0,12,30,26)
C0M12Y30K26 (0%, 12%, 30%, 26%)
(0.00 / 0.12 / 0.30 / 0.26)

CMYK percentages

%0
%12.23
%29.79
%26.27

Codes

Color #BCA584 in popluar color models

BC A5 84
RGB 188 165 132
HSL 35° 29.47% 62.75%
HSB/HSV 35° 29.79% 73.73%
CMYK 0.00% 12.23% 29.79%
26.27%

Color #BCA584 in popluar number systems.

HEX BC A5 84
Decimal 188 165 132
Binary 10111100 10100101 10000100
Octal 274 245 204

Shades and tints

Shades of #BCA584

#BCA584
(188,165,132)
#AB9678
(171,150,120)
#9A876C
(154,135,108)
#897860
(137,120,96)
#786954
(120,105,84)
#675A48
(103,90,72)
#564B3C
(86,75,60)
#453C30
(69,60,48)
#342D24
(52,45,36)
#231E18
(35,30,24)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #BCA584

#BCA584
(188,165,132)
#C2AD8F
(194,173,143)
#C8B59A
(200,181,154)
#CEBDA5
(206,189,165)
#D4C5B0
(212,197,176)
#DACDBB
(218,205,187)
#E0D5C6
(224,213,198)
#E6DDD1
(230,221,209)
#ECE5DC
(236,229,220)
#F2EDE7
(242,237,231)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA584 color. Also use rgb(188,165,132) instead hex code.

Text Font Color

.myTextColor { color: #BCA584; }

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

This text font color is #BCA584.

Background Color

.myBgColor { background-color: #BCA584; }

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

This div background color is #BCA584.

Border color

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

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

This div border color is #BCA584.

Opacity

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

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

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

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

This text has shadow with #BCA584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA584.

Preview

Color preview on black background

This text has color #BCA584 on black background.


Color preview on white background

This text has color #BCA584 on white background.


Black color preview on #BCA584 background

This text has black color on #BCA584 background.


White color preview on #BCA584 background

This text has white color on #BCA584 background.


Related colors

Complementary color

Complementary color for #hex is #435A7B.


I love getcolorcode.com

Triadic colors

1 #84BCA5 and #A584BC with #BCA584 are triadic colors.

2 #84A5BC and #A5BC84 with #BCA584 are triadic colors.