#BA8859

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

Shades of Twine #BA8859

Tints of Twine #BA8859

Color information

#BA8859 (or 0xBA8859) is unknown color: approx Twine. HEX triplet: BA, 88 and 59. RGB value is (186,136,89). Sum of RGB (Red+Green+Blue) = 186+136+89=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8859 is #4577A6. Grayscale: #919191. Windows color (decimal): -4552615 or 5867706. OLE color: 5867706.

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

Color convert

RGB18613689-
CMYK00.270.520.27
HSL29.07º41.28%53.92%-
HSV(B)29.07º52.15%72.94%-
XYZ30.8628.7713.38-
YUV145.5996.06156.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 89 (35.16% from 255) = 21.65%
R=45.26%
G=33.09%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861368900.270.520.2729.0741.2853.92
HexBA885901B341B1d2936
Octal2722101310336433355166
Binary101110101000100010110010110111101001101111101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8859; }

 p { color: rgb(186,136,89); }

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

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

 a { background-color: rgb(186,136,89); }

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

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

 span { border-color: rgb(186,136,89); }

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