#BDB570

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

Shades of Dark Khaki #BDB570

Tints of Dark Khaki #BDB570

Color information

#BDB570 (or 0xBDB570) is unknown color: approx Dark Khaki. HEX triplet: BD, B5 and 70. RGB value is (189,181,112). Sum of RGB (Red+Green+Blue) = 189+181+112=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB570 is #424A8F. Grayscale: #AFAFAF. Windows color (decimal): -4344464 or 7386557. OLE color: 7386557.

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

Color convert

RGB189181112-
CMYK00.040.410.26
HSL53.77º36.84%59.02%-
HSV(B)53.77º40.74%74.12%-
XYZ40.4345.0421.89-
YUV175.5392.15137.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 112 (44.14% from 255) = 23.24%
R=39.21%
G=37.55%
B=23.24%

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
Decimal18918111200.040.410.2653.7736.8459.02
HexBDB57004291A36253b
Octal275265160045132664573
Binary10111101101101011110000010010100111010110110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB570; }

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

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

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

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

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

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

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

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