#BA8D4A

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

Shades of Tussock #BA8D4A

Tints of Tussock #BA8D4A

Color information

#BA8D4A (or 0xBA8D4A) is unknown color: approx Tussock. HEX triplet: BA, 8D and 4A. RGB value is (186,141,74). Sum of RGB (Red+Green+Blue) = 186+141+74=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D4A is #4572B5. Grayscale: #939393. Windows color (decimal): -4551350 or 4885946. OLE color: 4885946.

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

Color convert

RGB18614174-
CMYK00.240.600.27
HSL35.89º44.8%50.98%-
HSV(B)35.89º60.22%72.94%-
XYZ31.0129.9810.63-
YUV146.8286.91155.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 74 (29.30% from 255) = 18.45%
R=46.38%
G=35.16%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861417400.240.600.2735.8944.850.98
HexBA8D4A0183C1B242d33
Octal2722151120307433445563
Binary1011101010001101100101001100011110011011100100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8D4A; }

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

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

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

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

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

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

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

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