#BA964F

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

Shades of Tussock #BA964F

Tints of Tussock #BA964F

Color information

#BA964F (or 0xBA964F) is unknown color: approx Tussock. HEX triplet: BA, 96 and 4F. RGB value is (186,150,79). Sum of RGB (Red+Green+Blue) = 186+150+79=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA964F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA964F is #4569B0. Grayscale: #989898. Windows color (decimal): -4549041 or 5215930. OLE color: 5215930.

HSL color Cylindrical-coordinate representation of color #BA964F: hue angle of 39.81º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA964F is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18615079-
CMYK00.190.580.27
HSL39.81º43.67%51.96%-
HSV(B)39.81º57.53%72.94%-
XYZ32.5732.8212.01-
YUV152.6786.43151.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 150 (58.98% from 255) = 36.14%
BLUE value IS 79 (31.25% from 255) = 19.04%
R=44.82%
G=36.14%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861507900.190.580.2739.8143.6751.96
HexBA964F0133A1B282c34
Octal2722261170237233505464
Binary1011101010010110100111101001111101011011101000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA964F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA964F; }

 p { color: rgb(186,150,79); }

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

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

 a { background-color: rgb(186,150,79); }

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

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

 span { border-color: rgb(186,150,79); }

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