#BA8C4C

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

Shades of Tussock #BA8C4C

Tints of Tussock #BA8C4C

Color information

#BA8C4C (or 0xBA8C4C) is unknown color: approx Tussock. HEX triplet: BA, 8C and 4C. RGB value is (186,140,76). Sum of RGB (Red+Green+Blue) = 186+140+76=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8C4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8C4C is #4573B3. Grayscale: #929292. Windows color (decimal): -4551604 or 5016762. OLE color: 5016762.

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

Color convert

RGB18614076-
CMYK00.250.590.27
HSL34.91º44.35%51.37%-
HSV(B)34.91º59.14%72.94%-
XYZ30.9329.7210.94-
YUV146.4688.24156.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 76 (30.08% from 255) = 18.91%
R=46.27%
G=34.83%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861407600.250.590.2734.9144.3551.37
HexBA8C4C0193B1B232c33
Octal2722141140317333435463
Binary1011101010001100100110001100111101111011100011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8C4C; }

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

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

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

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

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

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

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

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