#BAB170

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

Shades of Dark Khaki #BAB170

Tints of Dark Khaki #BAB170

Color information

#BAB170 (or 0xBAB170) is unknown color: approx Dark Khaki. HEX triplet: BA, B1 and 70. RGB value is (186,177,112). Sum of RGB (Red+Green+Blue) = 186+177+112=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB170 is #454E8F. Grayscale: #ACACAC. Windows color (decimal): -4542096 or 7385530. OLE color: 7385530.

HSL color Cylindrical-coordinate representation of color #BAB170: hue angle of 52.7º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAB170 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186177112-
CMYK00.050.400.27
HSL52.7º34.91%58.43%-
HSV(B)52.7º39.78%72.94%-
XYZ38.943.0521.59-
YUV172.2893.98137.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 112 (44.14% from 255) = 23.58%
R=39.16%
G=37.26%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617711200.050.400.2752.734.9158.43
HexBAB17005281B35233a
Octal272261160055033654372
Binary10111010101100011110000010110100011011110101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB170; }

 p { color: rgb(186,177,112); }

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

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

 a { background-color: rgb(186,177,112); }

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

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

 span { border-color: rgb(186,177,112); }

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