#BAB569

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

Shades of Dark Khaki #BAB569

Tints of Dark Khaki #BAB569

Color information

#BAB569 (or 0xBAB569) is unknown color: approx Dark Khaki. HEX triplet: BA, B5 and 69. RGB value is (186,181,105). Sum of RGB (Red+Green+Blue) = 186+181+105=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB569 is #454A96. Grayscale: #AEAEAE. Windows color (decimal): -4541079 or 6927802. OLE color: 6927802.

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

Color convert

RGB186181105-
CMYK00.030.440.27
HSL56.3º36.99%57.06%-
HSV(B)56.3º43.55%72.94%-
XYZ39.3244.5119.88-
YUV173.8389.16136.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 181 (71.09% from 255) = 38.35%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=39.41%
G=38.35%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618110500.030.440.2756.336.9957.06
HexBAB569032C1B382539
Octal272265151035433704571
Binary1011101010110101110100101110110011011111000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB569; }

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

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

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

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

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

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

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

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