#BA964B

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

Shades of Tussock #BA964B

Tints of Tussock #BA964B

Color information

#BA964B (or 0xBA964B) is unknown color: approx Tussock. HEX triplet: BA, 96 and 4B. RGB value is (186,150,75). Sum of RGB (Red+Green+Blue) = 186+150+75=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA964B is #4569B4. Grayscale: #989898. Windows color (decimal): -4549045 or 4953786. OLE color: 4953786.

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

Color convert

RGB18615075-
CMYK00.190.600.27
HSL40.54º44.58%51.18%-
HSV(B)40.54º59.68%72.94%-
XYZ32.4332.7611.27-
YUV152.2184.43152.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 75 (29.69% from 255) = 18.25%
R=45.26%
G=36.50%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861507500.190.600.2740.5444.5851.18
HexBA964B0133C1B292d33
Octal2722261130237433515563
Binary1011101010010110100101101001111110011011101001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA964B; }

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

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

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

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

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

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

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

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