#BDB670

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

Shades of Dark Khaki #BDB670

Tints of Dark Khaki #BDB670

Color information

#BDB670 (or 0xBDB670) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 70. RGB value is (189,182,112). Sum of RGB (Red+Green+Blue) = 189+182+112=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB670 is #42498F. Grayscale: #B0B0B0. Windows color (decimal): -4344208 or 7386813. OLE color: 7386813.

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

Color convert

RGB189182112-
CMYK00.040.410.26
HSL54.55º36.84%59.02%-
HSV(B)54.55º40.74%74.12%-
XYZ40.6445.4421.96-
YUV176.1191.82137.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 182 (71.48% from 255) = 37.68%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=39.13%
G=37.68%
B=23.19%

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
Decimal18918211200.040.410.2654.5536.8459.02
HexBDB67004291A37253b
Octal275266160045132674573
Binary10111101101101101110000010010100111010110111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB670; }

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

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

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

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

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

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

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

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