#BDB864

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

Shades of Dark Khaki #BDB864

Tints of Dark Khaki #BDB864

Color information

#BDB864 (or 0xBDB864) is unknown color: approx Dark Khaki. HEX triplet: BD, B8 and 64. RGB value is (189,184,100). Sum of RGB (Red+Green+Blue) = 189+184+100=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 100 (39.45% from 255 or 21.14% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB864 is #42479B. Grayscale: #B0B0B0. Windows color (decimal): -4343708 or 6600893. OLE color: 6600893.

HSL color Cylindrical-coordinate representation of color #BDB864: hue angle of 56.63º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDB864 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB189184100-
CMYK00.030.470.26
HSL56.63º40.27%56.67%-
HSV(B)56.63º47.09%74.12%-
XYZ40.4346.0218.81-
YUV175.9285.16137.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 184 (72.27% from 255) = 38.90%
BLUE value IS 100 (39.45% from 255) = 21.14%
R=39.96%
G=38.90%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918410000.030.470.2656.6340.2756.67
HexBDB864032F1A392839
Octal275270144035732715071
Binary1011110110111000110010001110111111010111001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB864; }

 p { color: rgb(189,184,100); }

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

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

 a { background-color: rgb(189,184,100); }

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

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

 span { border-color: rgb(189,184,100); }

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