#BA8F4F

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

Shades of Tussock #BA8F4F

Tints of Tussock #BA8F4F

Color information

#BA8F4F (or 0xBA8F4F) is unknown color: approx Tussock. HEX triplet: BA, 8F and 4F. RGB value is (186,143,79). Sum of RGB (Red+Green+Blue) = 186+143+79=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8F4F is #4570B0. Grayscale: #949494. Windows color (decimal): -4550833 or 5214138. OLE color: 5214138.

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

Color convert

RGB18614379-
CMYK00.230.580.27
HSL35.89º43.67%51.96%-
HSV(B)35.89º57.53%72.94%-
XYZ31.4830.6511.65-
YUV148.5688.75154.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 79 (31.25% from 255) = 19.36%
R=45.59%
G=35.05%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861437900.230.580.2735.8943.6751.96
HexBA8F4F0173A1B242c34
Octal2722171170277233445464
Binary1011101010001111100111101011111101011011100100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8F4F; }

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

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

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

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

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

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

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

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