#BA9148

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

Shades of Tussock #BA9148

Tints of Tussock #BA9148

Color information

#BA9148 (or 0xBA9148) is unknown color: approx Tussock. HEX triplet: BA, 91 and 48. RGB value is (186,145,72). Sum of RGB (Red+Green+Blue) = 186+145+72=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9148 is #456EB7. Grayscale: #959595. Windows color (decimal): -4550328 or 4755898. OLE color: 4755898.

HSL color Cylindrical-coordinate representation of color #BA9148: hue angle of 38.42º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA9148 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18614572-
CMYK00.220.610.27
HSL38.42º45.24%50.59%-
HSV(B)38.42º61.29%72.94%-
XYZ31.5431.1610.48-
YUV148.9484.58154.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 72 (28.52% from 255) = 17.87%
R=46.15%
G=35.98%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861457200.220.610.2738.4245.2450.59
HexBA91480163D1B262d33
Octal2722211100267533465563
Binary1011101010010001100100001011011110111011100110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9148; }

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

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

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

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

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

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

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

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