#BA9350

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

Shades of Tussock #BA9350

Tints of Tussock #BA9350

Color information

#BA9350 (or 0xBA9350) is unknown color: approx Tussock. HEX triplet: BA, 93 and 50. RGB value is (186,147,80). Sum of RGB (Red+Green+Blue) = 186+147+80=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9350 is #456CAF. Grayscale: #979797. Windows color (decimal): -4549808 or 5280698. OLE color: 5280698.

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

Color convert

RGB18614780-
CMYK00.210.570.27
HSL37.92º43.44%52.16%-
HSV(B)37.92º56.99%72.94%-
XYZ32.1331.8912.05-
YUV151.0287.92152.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 147 (57.81% from 255) = 35.59%
BLUE value IS 80 (31.64% from 255) = 19.37%
R=45.04%
G=35.59%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861478000.210.570.2737.9243.4452.16
HexBA9350015391B262b34
Octal2722231200257133465364
Binary1011101010010011101000001010111100111011100110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9350; }

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

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

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

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

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

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

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

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