#BA8C48

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

Shades of Tussock #BA8C48

Tints of Tussock #BA8C48

Color information

#BA8C48 (or 0xBA8C48) is unknown color: approx Tussock. HEX triplet: BA, 8C and 48. RGB value is (186,140,72). Sum of RGB (Red+Green+Blue) = 186+140+72=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C48 is #4573B7. Grayscale: #929292. Windows color (decimal): -4551608 or 4754618. OLE color: 4754618.

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

Color convert

RGB18614072-
CMYK00.250.610.27
HSL35.79º45.24%50.59%-
HSV(B)35.79º61.29%72.94%-
XYZ30.829.6610.23-
YUV14686.24156.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 140 (55.08% from 255) = 35.18%
BLUE value IS 72 (28.52% from 255) = 18.09%
R=46.73%
G=35.18%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861407200.250.610.2735.7945.2450.59
HexBA8C480193D1B242d33
Octal2722141100317533445563
Binary1011101010001100100100001100111110111011100100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C48; }

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

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

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

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

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

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

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

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