#BA944F

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

Shades of Tussock #BA944F

Tints of Tussock #BA944F

Color information

#BA944F (or 0xBA944F) is unknown color: approx Tussock. HEX triplet: BA, 94 and 4F. RGB value is (186,148,79). Sum of RGB (Red+Green+Blue) = 186+148+79=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA944F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA944F is #456BB0. Grayscale: #979797. Windows color (decimal): -4549553 or 5215418. OLE color: 5215418.

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

Color convert

RGB18614879-
CMYK00.200.580.27
HSL38.69º43.67%51.96%-
HSV(B)38.69º57.53%72.94%-
XYZ32.2532.1811.91-
YUV151.587.09152.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 79 (31.25% from 255) = 19.13%
R=45.04%
G=35.84%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861487900.200.580.2738.6943.6751.96
HexBA944F0143A1B272c34
Octal2722241170247233475464
Binary1011101010010100100111101010011101011011100111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA944F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA944F; }

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

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

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

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

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

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

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

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