COLOR #BCA273

HEX: #BCA273 RGB: (188,162,115)

Color info

#BCA273 contains mainly red and green colors. Web safe color of #BCA273 is #CC9966 (or #C96).

RGB color model

#BCA273 color RGB value is (188,162,115).

RGB: (188,162,115) (74%, 64%, 45%)

RGB channels and saturation

R 188 of 255 = 74%
G 162 of 255 = 64%
B 115 of 255 = 45%

188
162
115

R + G + B ~ 61%. #BCA273 is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 162 + 115 = 465 (100%)
R 188 of 465 ~ 40.43%
G 162 of 465 ~ 34.84%
B 115 of 465 ~ 24.73'%

%40.43
%34.84
%24.73

CMYK color model

#BCA273 color CMYK value is (0,14,39,26).

  • cyan value is 0.00%
  • magenta value is 13.83%
  • yellow value is 38.83%
  • key color value is 26.27%
CMYK: (0,14,39,26) C0M14Y39K26 (0%,14%,39%,26%) (0.00/0.14/0.39/0.26) 

CMYK percentages

%0
%13.83
%38.83
%26.27

Codes

Color #BCA273 in popluar color models

BC A2 73
RGB 188 162 115
HSL 39° 35.27% 59.41%
HSB/HSV 39° 38.83% 73.73%
CMYK 0.00% 13.83% 38.83%
26.27%

Color #BCA273 in popluar number systems.

HEX BC A2 73
Decimal 188 162 115
Binary 10111100 10100010 1110011
Octal 274 242 163

Shades and tints

Shades of #BCA273

#BCA273
(188,162,115)
#AB9469
(171,148,105)
#9A865F
(154,134,95)
#897855
(137,120,85)
#786A4B
(120,106,75)
#675C41
(103,92,65)
#564E37
(86,78,55)
#45402D
(69,64,45)
#343223
(52,50,35)
#232419
(35,36,25)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #BCA273

#BCA273
(188,162,115)
#C2AA7F
(194,170,127)
#C8B28B
(200,178,139)
#CEBA97
(206,186,151)
#D4C2A3
(212,194,163)
#DACAAF
(218,202,175)
#E0D2BB
(224,210,187)
#E6DAC7
(230,218,199)
#ECE2D3
(236,226,211)
#F2EADF
(242,234,223)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCA273 color. Also use rgb(188,162,115) instead hex code.

Text Font Color

.myTextColor { color: #BCA273; }

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

This text font color is #BCA273.

Background Color

.myBgColor { background-color: #BCA273; }

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

This div background color is #BCA273.

Border color

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

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

This div border color is #BCA273.

Opacity

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

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

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

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

This text has shadow with #BCA273 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA273.

Preview

Color preview on black background

This text has color #BCA273 on black background.


Color preview on white background

This text has color #BCA273 on white background.


Black color preview on #BCA273 background

This text has black color on #BCA273 background.


White color preview on #BCA273 background

This text has white color on #BCA273 background.


Related colors

Complementary color

Complementary color for #hex is #435D8C.


I love getcolorcode.com

Triadic colors

1 #73BCA2 and #A273BC with #BCA273 are triadic colors.

2 #73A2BC and #A2BC73 with #BCA273 are triadic colors.