#BA8D48

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

Shades of Tussock #BA8D48

Tints of Tussock #BA8D48

Color information

#BA8D48 (or 0xBA8D48) is unknown color: approx Tussock. HEX triplet: BA, 8D and 48. RGB value is (186,141,72). Sum of RGB (Red+Green+Blue) = 186+141+72=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D48 is #4572B7. Grayscale: #929292. Windows color (decimal): -4551352 or 4754874. OLE color: 4754874.

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

Color convert

RGB18614172-
CMYK00.240.610.27
HSL36.32º45.24%50.59%-
HSV(B)36.32º61.29%72.94%-
XYZ30.9429.9610.28-
YUV146.5985.91156.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 141 (55.47% from 255) = 35.34%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=46.62%
G=35.34%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861417200.240.610.2736.3245.2450.59
HexBA8D480183D1B242d33
Octal2722151100307533445563
Binary1011101010001101100100001100011110111011100100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D48; }

 p { color: rgb(186,141,72); }

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

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

 a { background-color: rgb(186,141,72); }

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

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

 span { border-color: rgb(186,141,72); }

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