#BDB373

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

Shades of Dark Khaki #BDB373

Tints of Dark Khaki #BDB373

Color information

#BDB373 (or 0xBDB373) is unknown color: approx Dark Khaki. HEX triplet: BD, B3 and 73. RGB value is (189,179,115). Sum of RGB (Red+Green+Blue) = 189+179+115=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB373 is #424C8C. Grayscale: #AEAEAE. Windows color (decimal): -4344973 or 7582653. OLE color: 7582653.

HSL color Cylindrical-coordinate representation of color #BDB373: hue angle of 51.89º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDB373 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB189179115-
CMYK00.050.390.26
HSL51.89º35.92%59.61%-
HSV(B)51.89º39.15%74.12%-
XYZ40.244.322.65-
YUV174.6994.31138.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 179 (70.31% from 255) = 37.06%
BLUE value IS 115 (45.31% from 255) = 23.81%
R=39.13%
G=37.06%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917911500.050.390.2651.8935.9259.61
HexBDB37305271A34243c
Octal275263163054732644474
Binary10111101101100111110011010110011111010110100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB373; }

 p { color: rgb(189,179,115); }

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

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

 a { background-color: rgb(189,179,115); }

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

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

 span { border-color: rgb(189,179,115); }

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