#BAB576

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

Shades of Dark Khaki #BAB576

Tints of Dark Khaki #BAB576

Color information

#BAB576 (or 0xBAB576) is unknown color: approx Dark Khaki. HEX triplet: BA, B5 and 76. RGB value is (186,181,118). Sum of RGB (Red+Green+Blue) = 186+181+118=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB576 is #454A89. Grayscale: #AFAFAF. Windows color (decimal): -4541066 or 7779770. OLE color: 7779770.

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

Color convert

RGB186181118-
CMYK00.030.370.27
HSL55.59º33.01%59.61%-
HSV(B)55.59º36.56%72.94%-
XYZ40.0444.7923.68-
YUV175.3195.66135.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 118 (46.48% from 255) = 24.33%
R=38.35%
G=37.32%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618111800.030.370.2755.5933.0159.61
HexBAB57603251B38213c
Octal272265166034533704174
Binary1011101010110101111011001110010111011111000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB576; }

 p { color: rgb(186,181,118); }

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

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

 a { background-color: rgb(186,181,118); }

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

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

 span { border-color: rgb(186,181,118); }

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