#BA854D

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

Shades of Tussock #BA854D

Tints of Tussock #BA854D

Color information

#BA854D (or 0xBA854D) is unknown color: approx Tussock. HEX triplet: BA, 85 and 4D. RGB value is (186,133,77). Sum of RGB (Red+Green+Blue) = 186+133+77=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA854D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA854D is #457AB2. Grayscale: #8E8E8E. Windows color (decimal): -4553395 or 5080506. OLE color: 5080506.

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

Color convert

RGB18613377-
CMYK00.280.590.27
HSL30.83º44.13%51.57%-
HSV(B)30.83º58.6%72.94%-
XYZ29.9827.7510.8-
YUV142.4691.06159.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 77 (30.47% from 255) = 19.44%
R=46.97%
G=33.59%
B=19.44%

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
Decimal1861337700.280.590.2730.8344.1351.57
HexBA854D01C3B1B1f2c34
Octal2722051150347333375464
Binary101110101000010110011010111001110111101111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA854D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA854D; }

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

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

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

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

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

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

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

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