#BA9552

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

Shades of Tussock #BA9552

Tints of Tussock #BA9552

Color information

#BA9552 (or 0xBA9552) is unknown color: approx Tussock. HEX triplet: BA, 95 and 52. RGB value is (186,149,82). Sum of RGB (Red+Green+Blue) = 186+149+82=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9552 is #456AAD. Grayscale: #989898. Windows color (decimal): -4549294 or 5412282. OLE color: 5412282.

HSL color Cylindrical-coordinate representation of color #BA9552: hue angle of 38.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA9552 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18614982-
CMYK00.200.560.27
HSL38.65º42.98%52.55%-
HSV(B)38.65º55.91%72.94%-
XYZ32.5232.5412.55-
YUV152.4388.26151.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 82 (32.42% from 255) = 19.66%
R=44.60%
G=35.73%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861498200.200.560.2738.6542.9852.55
HexBA9552014381B272b35
Octal2722251220247033475365
Binary1011101010010101101001001010011100011011100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9552; }

 p { color: rgb(186,149,82); }

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

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

 a { background-color: rgb(186,149,82); }

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

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

 span { border-color: rgb(186,149,82); }

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