#BA8A47

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

Shades of Tussock #BA8A47

Tints of Tussock #BA8A47

Color information

#BA8A47 (or 0xBA8A47) is unknown color: approx Tussock. HEX triplet: BA, 8A and 47. RGB value is (186,138,71). Sum of RGB (Red+Green+Blue) = 186+138+71=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A47 is #4575B8. Grayscale: #919191. Windows color (decimal): -4552121 or 4688570. OLE color: 4688570.

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

Color convert

RGB18613871-
CMYK00.260.620.27
HSL34.96º45.45%50.39%-
HSV(B)34.96º61.83%72.94%-
XYZ30.4829.079.97-
YUV144.7186.4157.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 71 (28.12% from 255) = 17.97%
R=47.09%
G=34.94%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861387100.260.620.2734.9645.4550.39
HexBA8A4701A3E1B232d32
Octal2722121070327633435562
Binary1011101010001010100011101101011111011011100011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A47; }

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

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

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

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

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

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

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

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