#BAB575

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

Shades of Dark Khaki #BAB575

Tints of Dark Khaki #BAB575

Color information

#BAB575 (or 0xBAB575) is unknown color: approx Dark Khaki. HEX triplet: BA, B5 and 75. RGB value is (186,181,117). Sum of RGB (Red+Green+Blue) = 186+181+117=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB575 is #454A8A. Grayscale: #AFAFAF. Windows color (decimal): -4541067 or 7714234. OLE color: 7714234.

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

Color convert

RGB186181117-
CMYK00.030.370.27
HSL55.65º33.33%59.41%-
HSV(B)55.65º37.1%72.94%-
XYZ39.9844.7723.36-
YUV175.295.16135.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 181 (71.09% from 255) = 37.40%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=38.43%
G=37.40%
B=24.17%

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
Decimal18618111700.030.370.2755.6533.3359.41
HexBAB57503251B38213b
Octal272265165034533704173
Binary1011101010110101111010101110010111011111000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB575; }

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

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

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

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

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

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

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

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