#BDB072

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

Shades of Dark Khaki #BDB072

Tints of Dark Khaki #BDB072

Color information

#BDB072 (or 0xBDB072) is unknown color: approx Dark Khaki. HEX triplet: BD, B0 and 72. RGB value is (189,176,114). Sum of RGB (Red+Green+Blue) = 189+176+114=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB072 is #424F8D. Grayscale: #ADADAD. Windows color (decimal): -4345742 or 7516349. OLE color: 7516349.

HSL color Cylindrical-coordinate representation of color #BDB072: hue angle of 49.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDB072 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189176114-
CMYK00.070.400.26
HSL49.6º36.23%59.41%-
HSV(B)49.6º39.68%74.12%-
XYZ39.5543.0822.15-
YUV172.8294.81139.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=39.46%
G=36.74%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917611400.070.400.2649.636.2359.41
HexBDB07207281A32243b
Octal275260162075032624473
Binary10111101101100001110010011110100011010110010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB072; }

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

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

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

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

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

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

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

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