#BA8649

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

Shades of Tussock #BA8649

Tints of Tussock #BA8649

Color information

#BA8649 (or 0xBA8649) is unknown color: approx Tussock. HEX triplet: BA, 86 and 49. RGB value is (186,134,73). Sum of RGB (Red+Green+Blue) = 186+134+73=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8649 is #4579B6. Grayscale: #8E8E8E. Windows color (decimal): -4553143 or 4818618. OLE color: 4818618.

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

Color convert

RGB18613473-
CMYK00.280.610.27
HSL32.39º45.02%50.78%-
HSV(B)32.39º60.75%72.94%-
XYZ29.9827.9710.12-
YUV142.5988.73158.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 134 (52.73% from 255) = 34.10%
BLUE value IS 73 (28.91% from 255) = 18.58%
R=47.33%
G=34.10%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861347300.280.610.2732.3945.0250.78
HexBA864901C3D1B202d33
Octal2722061110347533405563
Binary1011101010000110100100101110011110111011100000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8649; }

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

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

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

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

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

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

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

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