COLOR #BCA268

HEX: #BCA268 RGB: (188,162,104)

Color info

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

RGB color model

#BCA268 color RGB value is (188,162,104).

RGB: (188,162,104) (74%, 64%, 41%)

RGB channels and saturation

R 188 of 255 = 74%
G 162 of 255 = 64%
B 104 of 255 = 41%

188
162
104

R + G + B ~ 60%. #BCA268 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 188 + 162 + 104 = 454 (100%)
R 188 of 454 ~ 41.41%
G 162 of 454 ~ 35.68%
B 104 of 454 ~ 22.91'%

%41.41
%35.68
%22.91

CMYK color model

#BCA268 color CMYK value is (0,14,45,26).

  • cyan value is 0.00%
  • magenta value is 13.83%
  • yellow value is 44.68%
  • key color value is 26.27%

CMYK: (0,14,45,26)
C0M14Y45K26 (0%, 14%, 45%, 26%)
(0.00 / 0.14 / 0.45 / 0.26)

CMYK percentages

%0
%13.83
%44.68
%26.27

Codes

Color #BCA268 in popluar color models

BC A2 68
RGB 188 162 104
HSL 41° 38.53% 57.25%
HSB/HSV 41° 44.68% 73.73%
CMYK 0.00% 13.83% 44.68%
26.27%

Color #BCA268 in popluar number systems.

HEX BC A2 68
Decimal 188 162 104
Binary 10111100 10100010 1101000
Octal 274 242 150

Shades and tints

Shades of #BCA268

#BCA268
(188,162,104)
#AB945F
(171,148,95)
#9A8656
(154,134,86)
#89784D
(137,120,77)
#786A44
(120,106,68)
#675C3B
(103,92,59)
#564E32
(86,78,50)
#454029
(69,64,41)
#343220
(52,50,32)
#232417
(35,36,23)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #BCA268

#BCA268
(188,162,104)
#C2AA75
(194,170,117)
#C8B282
(200,178,130)
#CEBA8F
(206,186,143)
#D4C29C
(212,194,156)
#DACAA9
(218,202,169)
#E0D2B6
(224,210,182)
#E6DAC3
(230,218,195)
#ECE2D0
(236,226,208)
#F2EADD
(242,234,221)
#F8F2EA
(248,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA268; }

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

This text font color is #BCA268.

Background Color

.myBgColor { background-color: #BCA268; }

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

This div background color is #BCA268.

Border color

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

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

This div border color is #BCA268.

Opacity

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

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

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

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

This text has shadow with #BCA268 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCA268.

Preview

Color preview on black background

This text has color #BCA268 on black background.


Color preview on white background

This text has color #BCA268 on white background.


Black color preview on #BCA268 background

This text has black color on #BCA268 background.


White color preview on #BCA268 background

This text has white color on #BCA268 background.


Related colors

Complementary color

Complementary color for #hex is #435D97.


I love getcolorcode.com

Triadic colors

1 #68BCA2 and #A268BC with #BCA268 are triadic colors.

2 #68A2BC and #A2BC68 with #BCA268 are triadic colors.