#BA8A59

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

Shades of Twine #BA8A59

Tints of Twine #BA8A59

Color information

#BA8A59 (or 0xBA8A59) is unknown color: approx Twine. HEX triplet: BA, 8A and 59. RGB value is (186,138,89). Sum of RGB (Red+Green+Blue) = 186+138+89=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8A59 is #4575A6. Grayscale: #939393. Windows color (decimal): -4552103 or 5868218. OLE color: 5868218.

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

Color convert

RGB18613889-
CMYK00.260.520.27
HSL30.31º41.28%53.92%-
HSV(B)30.31º52.15%72.94%-
XYZ31.1429.3413.47-
YUV146.7795.4155.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 89 (35.16% from 255) = 21.55%
R=45.04%
G=33.41%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861388900.260.520.2730.3141.2853.92
HexBA8A5901A341B1e2936
Octal2722121310326433365166
Binary101110101000101010110010110101101001101111110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8A59; }

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

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

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

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

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

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

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

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