#BAB869

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

Shades of Dark Khaki #BAB869

Tints of Dark Khaki #BAB869

Color information

#BAB869 (or 0xBAB869) is unknown color: approx Dark Khaki. HEX triplet: BA, B8 and 69. RGB value is (186,184,105). Sum of RGB (Red+Green+Blue) = 186+184+105=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB869 is #454796. Grayscale: #AFAFAF. Windows color (decimal): -4540311 or 6928570. OLE color: 6928570.

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

Color convert

RGB186184105-
CMYK00.010.440.27
HSL58.52º36.99%57.06%-
HSV(B)58.52º43.55%72.94%-
XYZ39.9445.7420.09-
YUV175.5988.16135.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 184 (72.27% from 255) = 38.74%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=39.16%
G=38.74%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618410500.010.440.2758.5236.9957.06
HexBAB869012C1B3b2539
Octal272270151015433734571
Binary101110101011100011010010110110011011111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB869; }

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

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

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

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

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

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

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

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