COLOR #BCAD68

HEX: #BCAD68
RGB: (188,173,104)

Color info

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

RGB color model

#BCAD68 color RGB value is (188,173,104).

  • red value is 188;
  • green value is 173;
  • blue value is 104.
RGB:
(188,173,104)
(74%,68%,41%)

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 104 of 255 = 41%

188
173
104

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

Portions of RGB colors in percentages

R + G + B =
188 + 173 + 104 = 465 (100%)
R 188 of 465 ~ 40.43%
G 173 of 465 ~ 37.2%
B 104 of 465 ~ 22.37%

%40.43
%37.2
%22.37

CMYK color model

#BCAD68 color CMYK value is (0,8,45,26).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 44.68%
  • key color value is 26.27%
CMYK:
(0,8,45,26)
C0M8Y45K26 
(0%,8%,45%,26%)
(0.00/0.08/0.45/0.26)	

CMYK percentages

%0
%7.98
%44.68
%26.27

Codes

Color #BCAD68 in popluar color models

BCAD68
RGB188173104
HSL49°38.53%57.25%
HSB/HSV49°44.68%73.73%
CMYK0.00%7.98%44.68%
26.27%

Color #BCAD68 in popluar number systems.

HEXBCAD68
Decimal188173104
Binary10111100101011011101000
Octal274255150

Shades and tints

Shades of #BCAD68

#BCAD68
(188,173,104)
#AB9E5F
(171,158,95)
#9A8F56
(154,143,86)
#89804D
(137,128,77)
#787144
(120,113,68)
#67623B
(103,98,59)
#565332
(86,83,50)
#454429
(69,68,41)
#343520
(52,53,32)
#232617
(35,38,23)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #BCAD68

#BCAD68
(188,173,104)
#C2B475
(194,180,117)
#C8BB82
(200,187,130)
#CEC28F
(206,194,143)
#D4C99C
(212,201,156)
#DAD0A9
(218,208,169)
#E0D7B6
(224,215,182)
#E6DEC3
(230,222,195)
#ECE5D0
(236,229,208)
#F2ECDD
(242,236,221)
#F8F3EA
(248,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCAD68; }

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

This text font color is #BCAD68.


Background Color

.myBgColor { background-color: #BCAD68; }

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

This div background color is #BCAD68.


Border color

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

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

This div border color is #BCAD68.


Opacity

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

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

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

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

This text has shadow with #BCAD68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCAD68 on black background.


Color preview on white background

This text has color #BCAD68 on white background.



Black color preview on #BCAD68 background

This text has black color on #BCAD68 background.


White color preview on #BCAD68 background

This text has white color on #BCAD68 background.