#BDB672

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

Shades of Dark Khaki #BDB672

Tints of Dark Khaki #BDB672

Color information

#BDB672 (or 0xBDB672) is unknown color: approx Dark Khaki. HEX triplet: BD, B6 and 72. RGB value is (189,182,114). Sum of RGB (Red+Green+Blue) = 189+182+114=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB672 is #42498D. Grayscale: #B0B0B0. Windows color (decimal): -4344206 or 7517885. OLE color: 7517885.

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

Color convert

RGB189182114-
CMYK00.040.400.26
HSL54.4º36.23%59.41%-
HSV(B)54.4º39.68%74.12%-
XYZ40.7545.4922.55-
YUV176.3492.82137.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=38.97%
G=37.53%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918211400.040.400.2654.436.2359.41
HexBDB67204281A36243b
Octal275266162045032664473
Binary10111101101101101110010010010100011010110110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB672; }

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

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

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

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

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

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

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

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