#ba8e4e

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

Shades of Tussock #BA8E4E

Tints of Tussock #BA8E4E

Color information

#BA8E4E (or 0xBA8E4E) is unknown color: approx Tussock. HEX triplet: BA, 8E and 4E. RGB value is (186,142,78). Sum of RGB (Red+Green+Blue) = 186+142+78=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E4E is #4571B1. Grayscale: #949494. Windows color (decimal): -4551090 or 5148346. OLE color: 5148346.

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

Color convert

RGB18614278-
CMYK00.240.580.27
HSL35.56º43.9%51.76%-
HSV(B)35.56º58.06%72.94%-
XYZ31.330.3411.41-
YUV147.8688.58155.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 142 (55.86% from 255) = 34.98%
BLUE value IS 78 (30.86% from 255) = 19.21%
R=45.81%
G=34.98%
B=19.21%

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
Decimal1861427800.240.580.2735.5643.951.76
HexBA8E4E0183A1B242c34
Octal2722161160307233445464
Binary1011101010001110100111001100011101011011100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba8e4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba8e4e; }

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

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

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

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

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

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

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

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