#BA8950

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

Shades of Tussock #BA8950

Tints of Tussock #BA8950

Color information

#BA8950 (or 0xBA8950) is unknown color: approx Tussock. HEX triplet: BA, 89 and 50. RGB value is (186,137,80). Sum of RGB (Red+Green+Blue) = 186+137+80=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8950 is #4576AF. Grayscale: #919191. Windows color (decimal): -4552368 or 5278138. OLE color: 5278138.

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

Color convert

RGB18613780-
CMYK00.260.570.27
HSL32.26º43.44%52.16%-
HSV(B)32.26º56.99%72.94%-
XYZ30.6428.9111.55-
YUV145.1591.23157.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 137 (53.91% from 255) = 34.00%
BLUE value IS 80 (31.64% from 255) = 19.85%
R=46.15%
G=34.00%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861378000.260.570.2732.2643.4452.16
HexBA895001A391B202b34
Octal2722111200327133405364
Binary1011101010001001101000001101011100111011100000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8950; }

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

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

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

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

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

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

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

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