#BA914E

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

Shades of Tussock #BA914E

Tints of Tussock #BA914E

Color information

#BA914E (or 0xBA914E) is unknown color: approx Tussock. HEX triplet: BA, 91 and 4E. RGB value is (186,145,78). Sum of RGB (Red+Green+Blue) = 186+145+78=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA914E is #456EB1. Grayscale: #959595. Windows color (decimal): -4550322 or 5149114. OLE color: 5149114.

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

Color convert

RGB18614578-
CMYK00.220.580.27
HSL37.22º43.9%51.76%-
HSV(B)37.22º58.06%72.94%-
XYZ31.7531.2411.56-
YUV149.6287.58153.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=45.48%
G=35.45%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861457800.220.580.2737.2243.951.76
HexBA914E0163A1B252c34
Octal2722211160267233455464
Binary1011101010010001100111001011011101011011100101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA914E; }

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

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

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

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

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

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

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

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