#BAB169

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

Shades of Dark Khaki #BAB169

Tints of Dark Khaki #BAB169

Color information

#BAB169 (or 0xBAB169) is unknown color: approx Dark Khaki. HEX triplet: BA, B1 and 69. RGB value is (186,177,105). Sum of RGB (Red+Green+Blue) = 186+177+105=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAB169 is #454E96. Grayscale: #ABABAB. Windows color (decimal): -4542103 or 6926778. OLE color: 6926778.

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

Color convert

RGB186177105-
CMYK00.050.440.27
HSL53.33º36.99%57.06%-
HSV(B)53.33º43.55%72.94%-
XYZ38.5242.919.62-
YUV171.4890.48138.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 105 (41.41% from 255) = 22.44%
R=39.74%
G=37.82%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617710500.050.440.2753.3336.9957.06
HexBAB169052C1B352539
Octal272261151055433654571
Binary10111010101100011101001010110110011011110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB169; }

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

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

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

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

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

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

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

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