#BA9448

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

Shades of Tussock #BA9448

Tints of Tussock #BA9448

Color information

#BA9448 (or 0xBA9448) is unknown color: approx Tussock. HEX triplet: BA, 94 and 48. RGB value is (186,148,72). Sum of RGB (Red+Green+Blue) = 186+148+72=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9448 is #456BB7. Grayscale: #979797. Windows color (decimal): -4549560 or 4756666. OLE color: 4756666.

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

Color convert

RGB18614872-
CMYK00.200.610.27
HSL40º45.24%50.59%-
HSV(B)40º61.29%72.94%-
XYZ32.0132.0910.64-
YUV150.783.59153.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 72 (28.52% from 255) = 17.73%
R=45.81%
G=36.45%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861487200.200.610.274045.2450.59
HexBA94480143D1B282d33
Octal2722241100247533505563
Binary1011101010010100100100001010011110111011101000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9448; }

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

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

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

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

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

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

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

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