#BA9049

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

Shades of Tussock #BA9049

Tints of Tussock #BA9049

Color information

#BA9049 (or 0xBA9049) is unknown color: approx Tussock. HEX triplet: BA, 90 and 49. RGB value is (186,144,73). Sum of RGB (Red+Green+Blue) = 186+144+73=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9049 is #456FB6. Grayscale: #949494. Windows color (decimal): -4550583 or 4821178. OLE color: 4821178.

HSL color Cylindrical-coordinate representation of color #BA9049: hue angle of 37.7º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA9049 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18614473-
CMYK00.230.610.27
HSL37.7º45.02%50.78%-
HSV(B)37.7º60.75%72.94%-
XYZ31.4330.8710.6-
YUV148.4685.41154.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 73 (28.91% from 255) = 18.11%
R=46.15%
G=35.73%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861447300.230.610.2737.745.0250.78
HexBA90490173D1B262d33
Octal2722201110277533465563
Binary1011101010010000100100101011111110111011100110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9049; }

 p { color: rgb(186,144,73); }

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

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

 a { background-color: rgb(186,144,73); }

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

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

 span { border-color: rgb(186,144,73); }

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