#BA8549

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

Shades of Tussock #BA8549

Tints of Tussock #BA8549

Color information

#BA8549 (or 0xBA8549) is unknown color: approx Tussock. HEX triplet: BA, 85 and 49. RGB value is (186,133,73). Sum of RGB (Red+Green+Blue) = 186+133+73=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8549 is #457AB6. Grayscale: #8E8E8E. Windows color (decimal): -4553399 or 4818362. OLE color: 4818362.

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

Color convert

RGB18613373-
CMYK00.280.610.27
HSL31.86º45.02%50.78%-
HSV(B)31.86º60.75%72.94%-
XYZ29.8427.710.08-
YUV142.0189.06159.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 73 (28.91% from 255) = 18.62%
R=47.45%
G=33.93%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861337300.280.610.2731.8645.0250.78
HexBA854901C3D1B202d33
Octal2722051110347533405563
Binary1011101010000101100100101110011110111011100000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8549; }

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

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

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

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

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

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

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

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