#BA9550

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

Shades of Tussock #BA9550

Tints of Tussock #BA9550

Color information

#BA9550 (or 0xBA9550) is unknown color: approx Tussock. HEX triplet: BA, 95 and 50. RGB value is (186,149,80). Sum of RGB (Red+Green+Blue) = 186+149+80=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9550 is #456AAF. Grayscale: #989898. Windows color (decimal): -4549296 or 5281210. OLE color: 5281210.

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

Color convert

RGB18614980-
CMYK00.200.570.27
HSL39.06º43.44%52.16%-
HSV(B)39.06º56.99%72.94%-
XYZ32.4532.5112.16-
YUV152.287.26152.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 149 (58.59% from 255) = 35.90%
BLUE value IS 80 (31.64% from 255) = 19.28%
R=44.82%
G=35.90%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861498000.200.570.2739.0643.4452.16
HexBA9550014391B272b34
Octal2722251200247133475364
Binary1011101010010101101000001010011100111011100111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9550; }

 p { color: rgb(186,149,80); }

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

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

 a { background-color: rgb(186,149,80); }

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

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

 span { border-color: rgb(186,149,80); }

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