#BA8E59

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

Shades of Twine #BA8E59

Tints of Twine #BA8E59

Color information

#BA8E59 (or 0xBA8E59) is unknown color: approx Twine. HEX triplet: BA, 8E and 59. RGB value is (186,142,89). Sum of RGB (Red+Green+Blue) = 186+142+89=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8E59 is #4571A6. Grayscale: #959595. Windows color (decimal): -4551079 or 5869242. OLE color: 5869242.

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

Color convert

RGB18614289-
CMYK00.240.520.27
HSL32.78º41.28%53.92%-
HSV(B)32.78º52.15%72.94%-
XYZ31.7330.5113.67-
YUV149.1194.08154.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.60%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 89 (35.16% from 255) = 21.34%
R=44.60%
G=34.05%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861428900.240.520.2732.7841.2853.92
HexBA8E59018341B212936
Octal2722161310306433415166
Binary1011101010001110101100101100011010011011100001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8E59; }

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

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

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

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

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

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

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

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