#BDB66F

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

Shades of Dark Khaki #BDB66F

Tints of Dark Khaki #BDB66F

Color information

#BDB66F (or 0xBDB66F) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 6F. RGB value is (189,182,111). Sum of RGB (Red+Green+Blue) = 189+182+111=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 182 (71.48% from 255 or 37.76% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB66F is #424990. Grayscale: #B0B0B0. Windows color (decimal): -4344209 or 7321277. OLE color: 7321277.

HSL color Cylindrical-coordinate representation of color #BDB66F: hue angle of 54.62º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDB66F is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB189182111-
CMYK00.040.410.26
HSL54.62º37.14%58.82%-
HSV(B)54.62º41.27%74.12%-
XYZ40.5845.4221.67-
YUV17691.32137.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 182 (71.48% from 255) = 37.76%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=39.21%
G=37.76%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918211100.040.410.2654.6237.1458.82
HexBDB66F04291A37253b
Octal275266157045132674573
Binary10111101101101101101111010010100111010110111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB66F; }

 p { color: rgb(189,182,111); }

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

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

 a { background-color: rgb(189,182,111); }

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

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

 span { border-color: rgb(189,182,111); }

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