#BA9249

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

Shades of Tussock #BA9249

Tints of Tussock #BA9249

Color information

#BA9249 (or 0xBA9249) is unknown color: approx Tussock. HEX triplet: BA, 92 and 49. RGB value is (186,146,73). Sum of RGB (Red+Green+Blue) = 186+146+73=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 73 (28.91% from 255 or 18.02% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9249 is #456DB6. Grayscale: #959595. Windows color (decimal): -4550071 or 4821690. OLE color: 4821690.

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

Color convert

RGB18614673-
CMYK00.220.610.27
HSL38.76º45.02%50.78%-
HSV(B)38.76º60.75%72.94%-
XYZ31.7331.4810.71-
YUV149.6484.75153.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 73 (28.91% from 255) = 18.02%
R=45.93%
G=36.05%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861467300.220.610.2738.7645.0250.78
HexBA92490163D1B272d33
Octal2722221110267533475563
Binary1011101010010010100100101011011110111011100111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9249; }

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

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

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

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

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

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

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

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