COLOR #BDA968

HEX: #BDA968
RGB: (189,169,104)

Color info

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

RGB color model

#BDA968 color RGB value is (189,169,104).

  • red value is 189;
  • green value is 169;
  • blue value is 104.
RGB:
(189,169,104)
(74%,66%,41%)

RGB channels and saturation

R 189 of 255 = 74%
G 169 of 255 = 66%
B 104 of 255 = 41%

189
169
104

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

Portions of RGB colors in percentages

R + G + B =
189 + 169 + 104 = 462 (100%)
R 189 of 462 ~ 40.91%
G 169 of 462 ~ 36.58%
B 104 of 462 ~ 22.51%

%40.91
%36.58
%22.51

CMYK color model

#BDA968 color CMYK value is (0,11,45,26).

  • cyan value is 0.00%
  • magenta value is 10.58%
  • yellow value is 44.97%
  • key color value is 25.88%
CMYK:
(0,11,45,26)
C0M11Y45K26 
(0%,11%,45%,26%)
(0.00/0.11/0.45/0.26)	

CMYK percentages

%0
%10.58
%44.97
%25.88

Codes

Color #BDA968 in popluar color models

BDA968
RGB189169104
HSL46°39.17%57.45%
HSB/HSV46°44.97%74.12%
CMYK0.00%10.58%44.97%
25.88%

Color #BDA968 in popluar number systems.

HEXBDA968
Decimal189169104
Binary10111101101010011101000
Octal275251150

Shades and tints

Shades of #BDA968

#BDA968
(189,169,104)
#AC9A5F
(172,154,95)
#9B8B56
(155,139,86)
#8A7C4D
(138,124,77)
#796D44
(121,109,68)
#685E3B
(104,94,59)
#574F32
(87,79,50)
#464029
(70,64,41)
#353120
(53,49,32)
#242217
(36,34,23)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #BDA968

#BDA968
(189,169,104)
#C3B075
(195,176,117)
#C9B782
(201,183,130)
#CFBE8F
(207,190,143)
#D5C59C
(213,197,156)
#DBCCA9
(219,204,169)
#E1D3B6
(225,211,182)
#E7DAC3
(231,218,195)
#EDE1D0
(237,225,208)
#F3E8DD
(243,232,221)
#F9EFEA
(249,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDA968 color. Also use rgb(189,169,104) instead hex code.

Text Font Color

.myTextColor { color: #BDA968; }

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

This text font color is #BDA968.


Background Color

.myBgColor { background-color: #BDA968; }

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

This div background color is #BDA968.


Border color

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

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

This div border color is #BDA968.


Opacity

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

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

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

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

This text has shadow with #BDA968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDA968 on black background.


Color preview on white background

This text has color #BDA968 on white background.



Black color preview on #BDA968 background

This text has black color on #BDA968 background.


White color preview on #BDA968 background

This text has white color on #BDA968 background.