#BDBA72

Color #BDBA72 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BDBA72

Tints of Dark Khaki #BDBA72

Color information

#BDBA72 (or 0xBDBA72) is unknown color: approx Dark Khaki. HEX triplet: BD, BA and 72. RGB value is (189,186,114). Sum of RGB (Red+Green+Blue) = 189+186+114=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA72 is #42458D. Grayscale: #B2B2B2. Windows color (decimal): -4343182 or 7518909. OLE color: 7518909.

HSL color Cylindrical-coordinate representation of color #BDBA72: hue angle of 57.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDBA72 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189186114-
CMYK00.020.400.26
HSL57.6º36.23%59.41%-
HSV(B)57.6º39.68%74.12%-
XYZ41.5847.1522.83-
YUV178.6991.49135.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 114 (44.92% from 255) = 23.31%
R=38.65%
G=38.04%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918611400.020.400.2657.636.2359.41
HexBDBA7202281A3a243b
Octal275272162025032724473
Binary1011110110111010111001001010100011010111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA72; }

 p { color: rgb(189,186,114); }

 H1.HeaderClassName
 {
   color: #BDBA72;
 }
 .AnyTagClassName
 {
   color: #BDBA72;
 }
</style>
background-color css

<style>
 a { background-color: #BDBA72; }

 a { background-color: rgb(189,186,114); }

 div.DivClassName
 {
   background-color: #BDBA72;
 }
 .BgClassName
 {
   background-color: #BDBA72;
 }
</style>
border-color css

<style>
 span { border-color: #BDBA72; }

 span { border-color: rgb(189,186,114); }

 td.TdClassName
 {
   border-color: #BDBA72;
 }
 .TagClassName
 {
   border-color: #BDBA72;
 }
</style>