#BDB070

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

Shades of Dark Khaki #BDB070

Tints of Dark Khaki #BDB070

Color information

#BDB070 (or 0xBDB070) is unknown color: approx Dark Khaki. HEX triplet: BD, B0 and 70. RGB value is (189,176,112). Sum of RGB (Red+Green+Blue) = 189+176+112=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB070 is #424F8F. Grayscale: #ACACAC. Windows color (decimal): -4345744 or 7385277. OLE color: 7385277.

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

Color convert

RGB189176112-
CMYK00.070.410.26
HSL49.87º36.84%59.02%-
HSV(B)49.87º40.74%74.12%-
XYZ39.4443.0421.56-
YUV172.5993.81139.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 176 (69.14% from 255) = 36.90%
BLUE value IS 112 (44.14% from 255) = 23.48%
R=39.62%
G=36.90%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917611200.070.410.2649.8736.8459.02
HexBDB07007291A32253b
Octal275260160075132624573
Binary10111101101100001110000011110100111010110010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB070; }

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

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

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

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

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

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

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

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