COLOR #BDAC80

HEX: #BDAC80
RGB: (189,172,128)

Color info

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

RGB color model

#BDAC80 color RGB value is (189,172,128).

  • red value is 189;
  • green value is 172;
  • blue value is 128.
RGB:
(189,172,128)
(74%,67%,50%)

RGB channels and saturation

R 189 of 255 = 74%
G 172 of 255 = 67%
B 128 of 255 = 50%

189
172
128

R + G + B ~ 64%. #BDAC80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 172 + 128 = 489 (100%)
R 189 of 489 ~ 38.65%
G 172 of 489 ~ 35.17%
B 128 of 489 ~ 26.18%

%38.65
%35.17
%26.18

CMYK color model

#BDAC80 color CMYK value is (0,9,32,26).

  • cyan value is 0.00%
  • magenta value is 8.99%
  • yellow value is 32.28%
  • key color value is 25.88%
CMYK:
(0,9,32,26)
C0M9Y32K26 
(0%,9%,32%,26%)
(0.00/0.09/0.32/0.26)	

CMYK percentages

%0
%8.99
%32.28
%25.88

Codes

Color #BDAC80 in popluar color models

BDAC80
RGB189172128
HSL43°31.61%62.16%
HSB/HSV43°32.28%74.12%
CMYK0.00%8.99%32.28%
25.88%

Color #BDAC80 in popluar number systems.

HEXBDAC80
Decimal189172128
Binary101111011010110010000000
Octal275254200

Shades and tints

Shades of #BDAC80

#BDAC80
(189,172,128)
#AC9D75
(172,157,117)
#9B8E6A
(155,142,106)
#8A7F5F
(138,127,95)
#797054
(121,112,84)
#686149
(104,97,73)
#57523E
(87,82,62)
#464333
(70,67,51)
#353428
(53,52,40)
#24251D
(36,37,29)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #BDAC80

#BDAC80
(189,172,128)
#C3B38B
(195,179,139)
#C9BA96
(201,186,150)
#CFC1A1
(207,193,161)
#D5C8AC
(213,200,172)
#DBCFB7
(219,207,183)
#E1D6C2
(225,214,194)
#E7DDCD
(231,221,205)
#EDE4D8
(237,228,216)
#F3EBE3
(243,235,227)
#F9F2EE
(249,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDAC80 color. Also use rgb(189,172,128) instead hex code.

Text Font Color

.myTextColor { color: #BDAC80; }

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

This text font color is #BDAC80.


Background Color

.myBgColor { background-color: #BDAC80; }

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

This div background color is #BDAC80.


Border color

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

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

This div border color is #BDAC80.


Opacity

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

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

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

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

This text has shadow with #BDAC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDAC80 on black background.


Color preview on white background

This text has color #BDAC80 on white background.



Black color preview on #BDAC80 background

This text has black color on #BDAC80 background.


White color preview on #BDAC80 background

This text has white color on #BDAC80 background.