#BA9452

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

Shades of Tussock #BA9452

Tints of Tussock #BA9452

Color information

#BA9452 (or 0xBA9452) is unknown color: approx Tussock. HEX triplet: BA, 94 and 52. RGB value is (186,148,82). Sum of RGB (Red+Green+Blue) = 186+148+82=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9452 is #456BAD. Grayscale: #989898. Windows color (decimal): -4549550 or 5412026. OLE color: 5412026.

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

Color convert

RGB18614882-
CMYK00.200.560.27
HSL38.08º42.98%52.55%-
HSV(B)38.08º55.91%72.94%-
XYZ32.3632.2312.5-
YUV151.8488.59152.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 82 (32.42% from 255) = 19.71%
R=44.71%
G=35.58%
B=19.71%

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
Decimal1861488200.200.560.2738.0842.9852.55
HexBA9452014381B262b35
Octal2722241220247033465365
Binary1011101010010100101001001010011100011011100110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9452; }

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

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

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

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

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

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

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

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