#BA9151

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

Shades of Tussock #BA9151

Tints of Tussock #BA9151

Color information

#BA9151 (or 0xBA9151) is unknown color: approx Tussock. HEX triplet: BA, 91 and 51. RGB value is (186,145,81). Sum of RGB (Red+Green+Blue) = 186+145+81=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 81 (32.03% from 255 or 19.66% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9151 is #456EAE. Grayscale: #969696. Windows color (decimal): -4550319 or 5345722. OLE color: 5345722.

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

Color convert

RGB18614581-
CMYK00.220.560.27
HSL36.57º43.21%52.35%-
HSV(B)36.57º56.45%72.94%-
XYZ31.8631.2812.14-
YUV149.9689.08153.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 145 (57.03% from 255) = 35.19%
BLUE value IS 81 (32.03% from 255) = 19.66%
R=45.15%
G=35.19%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861458100.220.560.2736.5743.2152.35
HexBA9151016381B252b34
Octal2722211210267033455364
Binary1011101010010001101000101011011100011011100101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9151; }

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

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

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

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

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

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

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

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