#BAB86F

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

Shades of Dark Khaki #BAB86F

Tints of Dark Khaki #BAB86F

Color information

#BAB86F (or 0xBAB86F) is unknown color: approx Dark Khaki. HEX triplet: BA, B8 and 6F. RGB value is (186,184,111). Sum of RGB (Red+Green+Blue) = 186+184+111=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB86F is #454790. Grayscale: #B0B0B0. Windows color (decimal): -4540305 or 7321786. OLE color: 7321786.

HSL color Cylindrical-coordinate representation of color #BAB86F: hue angle of 58.4º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAB86F is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186184111-
CMYK00.010.400.27
HSL58.4º35.21%58.24%-
HSV(B)58.4º40.32%72.94%-
XYZ40.2645.8721.77-
YUV176.2891.16134.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 184 (72.27% from 255) = 38.25%
BLUE value IS 111 (43.75% from 255) = 23.08%
R=38.67%
G=38.25%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618411100.010.400.2758.435.2158.24
HexBAB86F01281B3a233a
Octal272270157015033724372
Binary101110101011100011011110110100011011111010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB86F; }

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

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

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

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

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

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

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

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