#BA8D46

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

Shades of Tussock #BA8D46

Tints of Tussock #BA8D46

Color information

#BA8D46 (or 0xBA8D46) is unknown color: approx Tussock. HEX triplet: BA, 8D and 46. RGB value is (186,141,70). Sum of RGB (Red+Green+Blue) = 186+141+70=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D46 is #4572B9. Grayscale: #929292. Windows color (decimal): -4551354 or 4623802. OLE color: 4623802.

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

Color convert

RGB18614170-
CMYK00.240.620.27
HSL36.72º45.67%50.2%-
HSV(B)36.72º62.37%72.94%-
XYZ30.8829.939.94-
YUV146.3684.91156.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 70 (27.73% from 255) = 17.63%
R=46.85%
G=35.52%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861417000.240.620.2736.7245.6750.2
HexBA8D460183E1B252e32
Octal2722151060307633455662
Binary1011101010001101100011001100011111011011100101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D46; }

 p { color: rgb(186,141,70); }

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

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

 a { background-color: rgb(186,141,70); }

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

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

 span { border-color: rgb(186,141,70); }

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