#BA9051

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

Shades of Tussock #BA9051

Tints of Tussock #BA9051

Color information

#BA9051 (or 0xBA9051) is unknown color: approx Tussock. HEX triplet: BA, 90 and 51. RGB value is (186,144,81). Sum of RGB (Red+Green+Blue) = 186+144+81=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9051 is #456FAE. Grayscale: #959595. Windows color (decimal): -4550575 or 5345466. OLE color: 5345466.

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

Color convert

RGB18614481-
CMYK00.230.560.27
HSL36º43.21%52.35%-
HSV(B)36º56.45%72.94%-
XYZ31.7130.9812.09-
YUV149.3889.41154.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 81 (32.03% from 255) = 19.71%
R=45.26%
G=35.04%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861448100.230.560.273643.2152.35
HexBA9051017381B242b34
Octal2722201210277033445364
Binary1011101010010000101000101011111100011011100100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9051; }

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

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

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

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

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

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

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

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