#BA8A4E

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

Shades of Tussock #BA8A4E

Tints of Tussock #BA8A4E

Color information

#BA8A4E (or 0xBA8A4E) is unknown color: approx Tussock. HEX triplet: BA, 8A and 4E. RGB value is (186,138,78). Sum of RGB (Red+Green+Blue) = 186+138+78=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A4E is #4575B1. Grayscale: #919191. Windows color (decimal): -4552114 or 5147322. OLE color: 5147322.

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

Color convert

RGB18613878-
CMYK00.260.580.27
HSL33.33º43.9%51.76%-
HSV(B)33.33º58.06%72.94%-
XYZ30.7129.1711.22-
YUV145.5189.9156.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 138 (54.30% from 255) = 34.33%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=46.27%
G=34.33%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861387800.260.580.2733.3343.951.76
HexBA8A4E01A3A1B212c34
Octal2722121160327233415464
Binary1011101010001010100111001101011101011011100001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A4E; }

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

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

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

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

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

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

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

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