#BA9348

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

Shades of Tussock #BA9348

Tints of Tussock #BA9348

Color information

#BA9348 (or 0xBA9348) is unknown color: approx Tussock. HEX triplet: BA, 93 and 48. RGB value is (186,147,72). Sum of RGB (Red+Green+Blue) = 186+147+72=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9348 is #456CB7. Grayscale: #969696. Windows color (decimal): -4549816 or 4756410. OLE color: 4756410.

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

Color convert

RGB18614772-
CMYK00.210.610.27
HSL39.47º45.24%50.59%-
HSV(B)39.47º61.29%72.94%-
XYZ31.8531.7710.59-
YUV150.1183.92153.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 72 (28.52% from 255) = 17.78%
R=45.93%
G=36.30%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861477200.210.610.2739.4745.2450.59
HexBA93480153D1B272d33
Octal2722231100257533475563
Binary1011101010010011100100001010111110111011100111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9348; }

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

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

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

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

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

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

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

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