#BDB664

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

Shades of Dark Khaki #BDB664

Tints of Dark Khaki #BDB664

Color information

#BDB664 (or 0xBDB664) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 64. RGB value is (189,182,100). Sum of RGB (Red+Green+Blue) = 189+182+100=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 100 (39.45% from 255 or 21.23% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB664 is #42499B. Grayscale: #AFAFAF. Windows color (decimal): -4344220 or 6600381. OLE color: 6600381.

HSL color Cylindrical-coordinate representation of color #BDB664: hue angle of 55.28º 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 #BDB664 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB189182100-
CMYK00.040.470.26
HSL55.28º40.27%56.67%-
HSV(B)55.28º47.09%74.12%-
XYZ40.0145.1918.67-
YUV174.7485.82138.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 182 (71.48% from 255) = 38.64%
BLUE value IS 100 (39.45% from 255) = 21.23%
R=40.13%
G=38.64%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918210000.040.470.2655.2840.2756.67
HexBDB664042F1A372839
Octal275266144045732675071
Binary10111101101101101100100010010111111010110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB664; }

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

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

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

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

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

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

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

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