#BA844E

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

Shades of Tussock #BA844E

Tints of Tussock #BA844E

Color information

#BA844E (or 0xBA844E) is unknown color: approx Tussock. HEX triplet: BA, 84 and 4E. RGB value is (186,132,78). Sum of RGB (Red+Green+Blue) = 186+132+78=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA844E is #457BB1. Grayscale: #8E8E8E. Windows color (decimal): -4553650 or 5145786. OLE color: 5145786.

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

Color convert

RGB18613278-
CMYK00.290.580.27
HSL30º43.9%51.76%-
HSV(B)30º58.06%72.94%-
XYZ29.8827.4910.94-
YUV141.9991.89159.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 132 (51.95% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=46.97%
G=33.33%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861327800.290.580.273043.951.76
HexBA844E01D3A1B1e2c34
Octal2722041160357233365464
Binary101110101000010010011100111011110101101111110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA844E; }

 p { color: rgb(186,132,78); }

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

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

 a { background-color: rgb(186,132,78); }

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

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

 span { border-color: rgb(186,132,78); }

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