#BAB777

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

Shades of Dark Khaki #BAB777

Tints of Dark Khaki #BAB777

Color information

#BAB777 (or 0xBAB777) is unknown color: approx Dark Khaki. HEX triplet: BA, B7 and 77. RGB value is (186,183,119). Sum of RGB (Red+Green+Blue) = 186+183+119=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB777 is #454888. Grayscale: #B0B0B0. Windows color (decimal): -4540553 or 7845818. OLE color: 7845818.

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

Color convert

RGB186183119-
CMYK00.020.360.27
HSL57.31º32.68%59.8%-
HSV(B)57.31º36.02%72.94%-
XYZ40.5145.6424.13-
YUV176.695.49134.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 183 (71.88% from 255) = 37.5%
BLUE value IS 119 (46.88% from 255) = 24.39%
R=38.11%
G=37.5%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618311900.020.360.2757.3132.6859.8
HexBAB77702241B39213c
Octal272267167024433714174
Binary1011101010110111111011101010010011011111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB777; }

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

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

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

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

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

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

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

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