#BA8749

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

Shades of Tussock #BA8749

Tints of Tussock #BA8749

Color information

#BA8749 (or 0xBA8749) is unknown color: approx Tussock. HEX triplet: BA, 87 and 49. RGB value is (186,135,73). Sum of RGB (Red+Green+Blue) = 186+135+73=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8749 is #4578B6. Grayscale: #8F8F8F. Windows color (decimal): -4552887 or 4818874. OLE color: 4818874.

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

Color convert

RGB18613573-
CMYK00.270.610.27
HSL32.92º45.02%50.78%-
HSV(B)32.92º60.75%72.94%-
XYZ30.1228.2510.17-
YUV143.1888.4158.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=47.21%
G=34.26%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861357300.270.610.2732.9245.0250.78
HexBA874901B3D1B212d33
Octal2722071110337533415563
Binary1011101010000111100100101101111110111011100001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8749; }

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

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

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

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

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

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

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

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