#BA8D4E

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

Shades of Tussock #BA8D4E

Tints of Tussock #BA8D4E

Color information

#BA8D4E (or 0xBA8D4E) is unknown color: approx Tussock. HEX triplet: BA, 8D and 4E. RGB value is (186,141,78). Sum of RGB (Red+Green+Blue) = 186+141+78=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8D4E is #4572B1. Grayscale: #939393. Windows color (decimal): -4551346 or 5148090. OLE color: 5148090.

HSL color Cylindrical-coordinate representation of color #BA8D4E: hue angle of 35º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA8D4E is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18614178-
CMYK00.240.580.27
HSL35º43.9%51.76%-
HSV(B)35º58.06%72.94%-
XYZ31.1530.0411.36-
YUV147.2788.91155.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 141 (55.47% from 255) = 34.81%
BLUE value IS 78 (30.86% from 255) = 19.26%
R=45.93%
G=34.81%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861417800.240.580.273543.951.76
HexBA8D4E0183A1B232c34
Octal2722151160307233435464
Binary1011101010001101100111001100011101011011100011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D4E; }

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

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

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

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

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

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

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

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