#BA9347

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

Shades of Tussock #BA9347

Tints of Tussock #BA9347

Color information

#BA9347 (or 0xBA9347) is unknown color: approx Tussock. HEX triplet: BA, 93 and 47. RGB value is (186,147,71). Sum of RGB (Red+Green+Blue) = 186+147+71=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 71 (28.12% from 255 or 17.57% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9347 is #456CB8. Grayscale: #969696. Windows color (decimal): -4549817 or 4690874. OLE color: 4690874.

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

Color convert

RGB18614771-
CMYK00.210.620.27
HSL39.65º45.45%50.39%-
HSV(B)39.65º61.83%72.94%-
XYZ31.8231.7610.41-
YUV15083.42153.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 71 (28.12% from 255) = 17.57%
R=46.04%
G=36.39%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861477100.210.620.2739.6545.4550.39
HexBA93470153E1B282d32
Octal2722231070257633505562
Binary1011101010010011100011101010111111011011101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9347; }

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

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

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

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

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

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

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

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