#BAB46F

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

Shades of Dark Khaki #BAB46F

Tints of Dark Khaki #BAB46F

Color information

#BAB46F (or 0xBAB46F) is unknown color: approx Dark Khaki. HEX triplet: BA, B4 and 6F. RGB value is (186,180,111). Sum of RGB (Red+Green+Blue) = 186+180+111=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB46F is #454B90. Grayscale: #AEAEAE. Windows color (decimal): -4541329 or 7320762. OLE color: 7320762.

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

Color convert

RGB186180111-
CMYK00.030.400.27
HSL55.2º35.21%58.24%-
HSV(B)55.2º40.32%72.94%-
XYZ39.4444.2321.5-
YUV173.9392.49136.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 111 (43.75% from 255) = 23.27%
R=38.99%
G=37.74%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618011100.030.400.2755.235.2158.24
HexBAB46F03281B37233a
Octal272264157035033674372
Binary1011101010110100110111101110100011011110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB46F; }

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

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

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

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

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

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

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

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