#BAB479

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

Shades of Dark Khaki #BAB479

Tints of Dark Khaki #BAB479

Color information

#BAB479 (or 0xBAB479) is unknown color: approx Dark Khaki. HEX triplet: BA, B4 and 79. RGB value is (186,180,121). Sum of RGB (Red+Green+Blue) = 186+180+121=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB479 is #454B86. Grayscale: #AFAFAF. Windows color (decimal): -4541319 or 7976122. OLE color: 7976122.

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

Color convert

RGB186180121-
CMYK00.030.350.27
HSL54.46º32.02%60.2%-
HSV(B)54.46º34.95%72.94%-
XYZ40.0244.4624.56-
YUV175.0797.49135.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 121 (47.66% from 255) = 24.85%
R=38.19%
G=36.96%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618012100.030.350.2754.4632.0260.2
HexBAB47903231B36203c
Octal272264171034333664074
Binary1011101010110100111100101110001111011110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB479; }

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

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

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

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

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

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

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

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