#B6B973

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

Shades of Dark Khaki #B6B973

Tints of Dark Khaki #B6B973

Color information

#B6B973 (or 0xB6B973) is unknown color: approx Dark Khaki. HEX triplet: B6, B9 and 73. RGB value is (182,185,115). Sum of RGB (Red+Green+Blue) = 182+185+115=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B973 is #49468C. Grayscale: #B0B0B0. Windows color (decimal): -4802189 or 7584182. OLE color: 7584182.

HSL color Cylindrical-coordinate representation of color #B6B973: hue angle of 62.57º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6B973 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB182185115-
CMYK0.0200.380.27
HSL62.57º33.33%58.82%-
HSV(B)62.57º37.84%72.55%-
XYZ39.7345.8822.98-
YUV176.1293.51132.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 115 (45.31% from 255) = 23.86%
R=37.76%
G=38.38%
B=23.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821851150.0200.380.2762.5733.3358.82
HexB6B97320261B3f213b
Octal266271163204633774173
Binary1011011010111001111001110010011011011111111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B973; }

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

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

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

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

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

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

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

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