#BA864D

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

Shades of Tussock #BA864D

Tints of Tussock #BA864D

Color information

#BA864D (or 0xBA864D) is unknown color: approx Tussock. HEX triplet: BA, 86 and 4D. RGB value is (186,134,77). Sum of RGB (Red+Green+Blue) = 186+134+77=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA864D is #4579B2. Grayscale: #8F8F8F. Windows color (decimal): -4553139 or 5080762. OLE color: 5080762.

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

Color convert

RGB18613477-
CMYK00.280.590.27
HSL31.38º44.13%51.57%-
HSV(B)31.38º58.6%72.94%-
XYZ30.1128.0310.84-
YUV143.0590.73158.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 134 (52.73% from 255) = 33.75%
BLUE value IS 77 (30.47% from 255) = 19.40%
R=46.85%
G=33.75%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861347700.280.590.2731.3844.1351.57
HexBA864D01C3B1B1f2c34
Octal2722061150347333375464
Binary101110101000011010011010111001110111101111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA864D; }

 p { color: rgb(186,134,77); }

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

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

 a { background-color: rgb(186,134,77); }

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

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

 span { border-color: rgb(186,134,77); }

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