#BDB766

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

Shades of Dark Khaki #BDB766

Tints of Dark Khaki #BDB766

Color information

#BDB766 (or 0xBDB766) is unknown color: approx Dark Khaki. HEX triplet: BD, B7 and 66. RGB value is (189,183,102). Sum of RGB (Red+Green+Blue) = 189+183+102=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB766 is #424899. Grayscale: #AFAFAF. Windows color (decimal): -4343962 or 6731709. OLE color: 6731709.

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

Color convert

RGB189183102-
CMYK00.030.460.26
HSL55.86º39.73%57.06%-
HSV(B)55.86º46.03%74.12%-
XYZ40.3245.6519.26-
YUV175.5686.49137.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 102 (40.23% from 255) = 21.52%
R=39.87%
G=38.61%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918310200.030.460.2655.8639.7357.06
HexBDB766032E1A382839
Octal275267146035632705071
Binary1011110110110111110011001110111011010111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB766; }

 p { color: rgb(189,183,102); }

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

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

 a { background-color: rgb(189,183,102); }

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

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

 span { border-color: rgb(189,183,102); }

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