#BAB776

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

Shades of Dark Khaki #BAB776

Tints of Dark Khaki #BAB776

Color information

#BAB776 (or 0xBAB776) is unknown color: approx Dark Khaki. HEX triplet: BA, B7 and 76. RGB value is (186,183,118). Sum of RGB (Red+Green+Blue) = 186+183+118=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB776 is #454889. Grayscale: #B0B0B0. Windows color (decimal): -4540554 or 7780282. OLE color: 7780282.

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

Color convert

RGB186183118-
CMYK00.020.370.27
HSL57.35º33.01%59.61%-
HSV(B)57.35º36.56%72.94%-
XYZ40.4545.6123.81-
YUV176.4994.99134.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 183 (71.88% from 255) = 37.58%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=38.19%
G=37.58%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618311800.020.370.2757.3533.0159.61
HexBAB77602251B39213c
Octal272267166024533714174
Binary1011101010110111111011001010010111011111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB776; }

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

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

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

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

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

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

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

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