#BA8559

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

Shades of Twine #BA8559

Tints of Twine #BA8559

Color information

#BA8559 (or 0xBA8559) is unknown color: approx Twine. HEX triplet: BA, 85 and 59. RGB value is (186,133,89). Sum of RGB (Red+Green+Blue) = 186+133+89=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8559 is #457AA6. Grayscale: #909090. Windows color (decimal): -4553383 or 5866938. OLE color: 5866938.

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

Color convert

RGB18613389-
CMYK00.280.520.27
HSL27.22º41.28%53.92%-
HSV(B)27.22º52.15%72.94%-
XYZ30.4427.9413.24-
YUV143.8397.06158.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 89 (35.16% from 255) = 21.81%
R=45.59%
G=32.60%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861338900.280.520.2727.2241.2853.92
HexBA855901C341B1b2936
Octal2722051310346433335166
Binary101110101000010110110010111001101001101111011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8559; }

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

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

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

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

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

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

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

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