#BA904C

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

Shades of Tussock #BA904C

Tints of Tussock #BA904C

Color information

#BA904C (or 0xBA904C) is unknown color: approx Tussock. HEX triplet: BA, 90 and 4C. RGB value is (186,144,76). Sum of RGB (Red+Green+Blue) = 186+144+76=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA904C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA904C is #456FB3. Grayscale: #959595. Windows color (decimal): -4550580 or 5017786. OLE color: 5017786.

HSL color Cylindrical-coordinate representation of color #BA904C: hue angle of 37.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA904C is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18614476-
CMYK00.230.590.27
HSL37.09º44.35%51.37%-
HSV(B)37.09º59.14%72.94%-
XYZ31.5330.9111.14-
YUV148.8186.91154.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 76 (30.08% from 255) = 18.72%
R=45.81%
G=35.47%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861447600.230.590.2737.0944.3551.37
HexBA904C0173B1B252c33
Octal2722201140277333455463
Binary1011101010010000100110001011111101111011100101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA904C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA904C; }

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

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

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

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

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

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

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

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