#BA8A4C

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

Shades of Tussock #BA8A4C

Tints of Tussock #BA8A4C

Color information

#BA8A4C (or 0xBA8A4C) is unknown color: approx Tussock. HEX triplet: BA, 8A and 4C. RGB value is (186,138,76). Sum of RGB (Red+Green+Blue) = 186+138+76=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8A4C is #4575B3. Grayscale: #919191. Windows color (decimal): -4552116 or 5016250. OLE color: 5016250.

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

Color convert

RGB18613876-
CMYK00.260.590.27
HSL33.82º44.35%51.37%-
HSV(B)33.82º59.14%72.94%-
XYZ30.6429.1410.85-
YUV145.2888.9157.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 138 (54.30% from 255) = 34.5%
BLUE value IS 76 (30.08% from 255) = 19%
R=46.5%
G=34.5%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861387600.260.590.2733.8244.3551.37
HexBA8A4C01A3B1B222c33
Octal2722121140327333425463
Binary1011101010001010100110001101011101111011100010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A4C; }

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

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

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

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

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

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

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

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