#BAB863

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

Shades of Dark Khaki #BAB863

Tints of Dark Khaki #BAB863

Color information

#BAB863 (or 0xBAB863) is unknown color: approx Dark Khaki. HEX triplet: BA, B8 and 63. RGB value is (186,184,99). Sum of RGB (Red+Green+Blue) = 186+184+99=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB863 is #45479C. Grayscale: #AFAFAF. Windows color (decimal): -4540317 or 6535354. OLE color: 6535354.

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

Color convert

RGB18618499-
CMYK00.010.470.27
HSL58.62º38.67%55.88%-
HSV(B)58.62º46.77%72.94%-
XYZ39.6445.6218.52-
YUV174.9185.16135.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 99 (39.06% from 255) = 21.11%
R=39.66%
G=39.23%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861849900.010.470.2758.6238.6755.88
HexBAB863012F1B3b2738
Octal272270143015733734770
Binary101110101011100011000110110111111011111011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB863; }

 p { color: rgb(186,184,99); }

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

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

 a { background-color: rgb(186,184,99); }

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

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

 span { border-color: rgb(186,184,99); }

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