#BDB973

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

Shades of Dark Khaki #BDB973

Tints of Dark Khaki #BDB973

Color information

#BDB973 (or 0xBDB973) is unknown color: approx Dark Khaki. HEX triplet: BD, B9 and 73. RGB value is (189,185,115). Sum of RGB (Red+Green+Blue) = 189+185+115=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB973 is #42468C. Grayscale: #B2B2B2. Windows color (decimal): -4343437 or 7584189. OLE color: 7584189.

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

Color convert

RGB189185115-
CMYK00.020.390.26
HSL56.76º35.92%59.61%-
HSV(B)56.76º39.15%74.12%-
XYZ41.4346.7523.06-
YUV178.2292.33135.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=38.65%
G=37.83%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918511500.020.390.2656.7635.9259.61
HexBDB97302271A39243c
Octal275271163024732714474
Binary1011110110111001111001101010011111010111001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB973; }

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

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

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

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

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

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

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

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