#BAB565

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

Shades of Dark Khaki #BAB565

Tints of Dark Khaki #BAB565

Color information

#BAB565 (or 0xBAB565) is unknown color: approx Dark Khaki. HEX triplet: BA, B5 and 65. RGB value is (186,181,101). Sum of RGB (Red+Green+Blue) = 186+181+101=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB565 is #454A9A. Grayscale: #ADADAD. Windows color (decimal): -4541083 or 6665658. OLE color: 6665658.

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

Color convert

RGB186181101-
CMYK00.030.460.27
HSL56.47º38.12%56.27%-
HSV(B)56.47º45.7%72.94%-
XYZ39.1244.4318.83-
YUV173.3887.16137-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 181 (71.09% from 255) = 38.68%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=39.74%
G=38.68%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618110100.030.460.2756.4738.1256.27
HexBAB565032E1B382638
Octal272265145035633704670
Binary1011101010110101110010101110111011011111000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB565; }

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

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

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

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

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

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

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

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