COLOR #BCA262

HEX: #BCA262
RGB: (188,162,98)

Color info

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

RGB color model

#BCA262 color RGB value is (188,162,98).

  • red value is 188;
  • green value is 162;
  • blue value is 98.
RGB:
(188,162,98)
(74%,64%,38%)

RGB channels and saturation

R 188 of 255 = 74%
G 162 of 255 = 64%
B 98 of 255 = 38%

188
162
98

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

Portions of RGB colors in percentages

R + G + B =
188 + 162 + 98 = 448 (100%)
R 188 of 448 ~ 41.96%
G 162 of 448 ~ 36.16%
B 98 of 448 ~ 21.88%

%41.96
%36.16
%21.88

CMYK color model

#BCA262 color CMYK value is (0,14,48,26).

  • cyan value is 0.00%
  • magenta value is 13.83%
  • yellow value is 47.87%
  • key color value is 26.27%
CMYK:
(0,14,48,26)
C0M14Y48K26 
(0%,14%,48%,26%)
(0.00/0.14/0.48/0.26)	

CMYK percentages

%0
%13.83
%47.87
%26.27

Codes

Color #BCA262 in popluar color models

BCA262
RGB18816298
HSL43°40.18%56.08%
HSB/HSV43°47.87%73.73%
CMYK0.00%13.83%47.87%
26.27%

Color #BCA262 in popluar number systems.

HEXBCA262
Decimal18816298
Binary10111100101000101100010
Octal274242142

Shades and tints

Shades of #BCA262

#BCA262
(188,162,98)
#AB945A
(171,148,90)
#9A8652
(154,134,82)
#89784A
(137,120,74)
#786A42
(120,106,66)
#675C3A
(103,92,58)
#564E32
(86,78,50)
#45402A
(69,64,42)
#343222
(52,50,34)
#23241A
(35,36,26)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #BCA262

#BCA262
(188,162,98)
#C2AA70
(194,170,112)
#C8B27E
(200,178,126)
#CEBA8C
(206,186,140)
#D4C29A
(212,194,154)
#DACAA8
(218,202,168)
#E0D2B6
(224,210,182)
#E6DAC4
(230,218,196)
#ECE2D2
(236,226,210)
#F2EAE0
(242,234,224)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCA262; }

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

This text font color is #BCA262.


Background Color

.myBgColor { background-color: #BCA262; }

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

This div background color is #BCA262.


Border color

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

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

This div border color is #BCA262.


Opacity

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

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

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

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

This text has shadow with #BCA262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCA262 on black background.


Color preview on white background

This text has color #BCA262 on white background.



Black color preview on #BCA262 background

This text has black color on #BCA262 background.


White color preview on #BCA262 background

This text has white color on #BCA262 background.