#BA9252

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

Shades of Tussock #BA9252

Tints of Tussock #BA9252

Color information

#BA9252 (or 0xBA9252) is unknown color: approx Tussock. HEX triplet: BA, 92 and 52. RGB value is (186,146,82). Sum of RGB (Red+Green+Blue) = 186+146+82=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9252 is #456DAD. Grayscale: #969696. Windows color (decimal): -4550062 or 5411514. OLE color: 5411514.

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

Color convert

RGB18614682-
CMYK00.220.560.27
HSL36.92º42.98%52.55%-
HSV(B)36.92º55.91%72.94%-
XYZ32.0531.6112.39-
YUV150.6689.25153.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=44.93%
G=35.27%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861468200.220.560.2736.9242.9852.55
HexBA9252016381B252b35
Octal2722221220267033455365
Binary1011101010010010101001001011011100011011100101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9252; }

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

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

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

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

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

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

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

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