#BA854E

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

Shades of Tussock #BA854E

Tints of Tussock #BA854E

Color information

#BA854E (or 0xBA854E) is unknown color: approx Tussock. HEX triplet: BA, 85 and 4E. RGB value is (186,133,78). Sum of RGB (Red+Green+Blue) = 186+133+78=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA854E is #457AB1. Grayscale: #8E8E8E. Windows color (decimal): -4553394 or 5146042. OLE color: 5146042.

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

Color convert

RGB18613378-
CMYK00.280.580.27
HSL30.56º43.9%51.76%-
HSV(B)30.56º58.06%72.94%-
XYZ30.0127.7610.98-
YUV142.5891.56158.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=46.85%
G=33.50%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861337800.280.580.2730.5643.951.76
HexBA854E01C3A1B1f2c34
Octal2722051160347233375464
Binary101110101000010110011100111001110101101111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA854E; }

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

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

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

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

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

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

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

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