#BAB177

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

Shades of Dark Khaki #BAB177

Tints of Dark Khaki #BAB177

Color information

#BAB177 (or 0xBAB177) is unknown color: approx Dark Khaki. HEX triplet: BA, B1 and 77. RGB value is (186,177,119). Sum of RGB (Red+Green+Blue) = 186+177+119=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 177 (69.53% from 255 or 36.72% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB177 is #454E88. Grayscale: #ADADAD. Windows color (decimal): -4542089 or 7844282. OLE color: 7844282.

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

Color convert

RGB186177119-
CMYK00.050.360.27
HSL51.94º32.68%59.8%-
HSV(B)51.94º36.02%72.94%-
XYZ39.343.2223.72-
YUV173.0897.48137.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 177 (69.53% from 255) = 36.72%
BLUE value IS 119 (46.88% from 255) = 24.69%
R=38.59%
G=36.72%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617711900.050.360.2751.9432.6859.8
HexBAB17705241B34213c
Octal272261167054433644174
Binary10111010101100011110111010110010011011110100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB177; }

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

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

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

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

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

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

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

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