#BA934A

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

Shades of Tussock #BA934A

Tints of Tussock #BA934A

Color information

#BA934A (or 0xBA934A) is unknown color: approx Tussock. HEX triplet: BA, 93 and 4A. RGB value is (186,147,74). Sum of RGB (Red+Green+Blue) = 186+147+74=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA934A is #456CB5. Grayscale: #969696. Windows color (decimal): -4549814 or 4887482. OLE color: 4887482.

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

Color convert

RGB18614774-
CMYK00.210.600.27
HSL39.11º44.8%50.98%-
HSV(B)39.11º60.22%72.94%-
XYZ31.9231.810.93-
YUV150.3484.92153.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 74 (29.30% from 255) = 18.18%
R=45.70%
G=36.12%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861477400.210.600.2739.1144.850.98
HexBA934A0153C1B272d33
Octal2722231120257433475563
Binary1011101010010011100101001010111110011011100111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA934A; }

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

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

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

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

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

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

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

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