#BA874F

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

Shades of Tussock #BA874F

Tints of Tussock #BA874F

Color information

#BA874F (or 0xBA874F) is unknown color: approx Tussock. HEX triplet: BA, 87 and 4F. RGB value is (186,135,79). Sum of RGB (Red+Green+Blue) = 186+135+79=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 186 - color contains mainly: red. Hex color #BA874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA874F is #4578B0. Grayscale: #909090. Windows color (decimal): -4552881 or 5212090. OLE color: 5212090.

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

Color convert

RGB18613579-
CMYK00.270.580.27
HSL31.4º43.67%51.96%-
HSV(B)31.4º57.53%72.94%-
XYZ30.3228.3311.27-
YUV143.8691.4158.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.5%
GREEN value IS 135 (53.12% from 255) = 33.75%
BLUE value IS 79 (31.25% from 255) = 19.75%
R=46.5%
G=33.75%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861357900.270.580.2731.443.6751.96
HexBA874F01B3A1B1f2c34
Octal2722071170337233375464
Binary101110101000011110011110110111110101101111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA874F; }

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

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

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

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

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

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

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

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