#B6B873

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

Shades of Dark Khaki #B6B873

Tints of Dark Khaki #B6B873

Color information

#B6B873 (or 0xB6B873) is unknown color: approx Dark Khaki. HEX triplet: B6, B8 and 73. RGB value is (182,184,115). Sum of RGB (Red+Green+Blue) = 182+184+115=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B873 is #49478C. Grayscale: #AFAFAF. Windows color (decimal): -4802445 or 7583926. OLE color: 7583926.

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

Color convert

RGB182184115-
CMYK0.0100.380.28
HSL61.74º32.7%58.63%-
HSV(B)61.74º37.5%72.16%-
XYZ39.5345.4622.91-
YUV175.5493.84132.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 184 (72.27% from 255) = 38.25%
BLUE value IS 115 (45.31% from 255) = 23.91%
R=37.84%
G=38.25%
B=23.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821841150.0100.380.2861.7432.758.63
HexB6B87310261C3e213b
Octal266270163104634764173
Binary101101101011100011100111010011011100111110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B873; }

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

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

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

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

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

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

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

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