#BA9349

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

Shades of Tussock #BA9349

Tints of Tussock #BA9349

Color information

#BA9349 (or 0xBA9349) is unknown color: approx Tussock. HEX triplet: BA, 93 and 49. RGB value is (186,147,73). Sum of RGB (Red+Green+Blue) = 186+147+73=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9349 is #456CB6. Grayscale: #969696. Windows color (decimal): -4549815 or 4821946. OLE color: 4821946.

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

Color convert

RGB18614773-
CMYK00.210.610.27
HSL39.29º45.02%50.78%-
HSV(B)39.29º60.75%72.94%-
XYZ31.8931.7910.76-
YUV150.2284.42153.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 73 (28.91% from 255) = 17.98%
R=45.81%
G=36.21%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861477300.210.610.2739.2945.0250.78
HexBA93490153D1B272d33
Octal2722231110257533475563
Binary1011101010010011100100101010111110111011100111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9349; }

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

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

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

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

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

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

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

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