#BAB46D

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

Shades of Dark Khaki #BAB46D

Tints of Dark Khaki #BAB46D

Color information

#BAB46D (or 0xBAB46D) is unknown color: approx Dark Khaki. HEX triplet: BA, B4 and 6D. RGB value is (186,180,109). Sum of RGB (Red+Green+Blue) = 186+180+109=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB46D is #454B92. Grayscale: #ADADAD. Windows color (decimal): -4541331 or 7189690. OLE color: 7189690.

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

Color convert

RGB186180109-
CMYK00.030.410.27
HSL55.32º35.81%57.84%-
HSV(B)55.32º41.4%72.94%-
XYZ39.3344.1920.92-
YUV173.791.49136.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=39.16%
G=37.89%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618010900.030.410.2755.3235.8157.84
HexBAB46D03291B37243a
Octal272264155035133674472
Binary1011101010110100110110101110100111011110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB46D; }

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

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

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

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

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

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

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

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