#BAB379

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

Shades of Dark Khaki #BAB379

Tints of Dark Khaki #BAB379

Color information

#BAB379 (or 0xBAB379) is unknown color: approx Dark Khaki. HEX triplet: BA, B3 and 79. RGB value is (186,179,121). Sum of RGB (Red+Green+Blue) = 186+179+121=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB379 is #454C86. Grayscale: #AEAEAE. Windows color (decimal): -4541575 or 7975866. OLE color: 7975866.

HSL color Cylindrical-coordinate representation of color #BAB379: hue angle of 53.54º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAB379 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB186179121-
CMYK00.040.350.27
HSL53.54º32.02%60.2%-
HSV(B)53.54º34.95%72.94%-
XYZ39.8244.0624.49-
YUV174.4897.82136.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 121 (47.66% from 255) = 24.90%
R=38.27%
G=36.83%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617912100.040.350.2753.5432.0260.2
HexBAB37904231B36203c
Octal272263171044333664074
Binary10111010101100111111001010010001111011110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB379; }

 p { color: rgb(186,179,121); }

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

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

 a { background-color: rgb(186,179,121); }

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

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

 span { border-color: rgb(186,179,121); }

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