#BAB774

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

Shades of Dark Khaki #BAB774

Tints of Dark Khaki #BAB774

Color information

#BAB774 (or 0xBAB774) is unknown color: approx Dark Khaki. HEX triplet: BA, B7 and 74. RGB value is (186,183,116). Sum of RGB (Red+Green+Blue) = 186+183+116=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB774 is #45488B. Grayscale: #B0B0B0. Windows color (decimal): -4540556 or 7649210. OLE color: 7649210.

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

Color convert

RGB186183116-
CMYK00.020.380.27
HSL57.43º33.65%59.22%-
HSV(B)57.43º37.63%72.94%-
XYZ40.3445.5723.19-
YUV176.2693.99134.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=38.35%
G=37.73%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618311600.020.380.2757.4333.6559.22
HexBAB77402261B39223b
Octal272267164024633714273
Binary1011101010110111111010001010011011011111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB774; }

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

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

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

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

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

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

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

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