#BA8960

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

Shades of Twine #BA8960

Tints of Twine #BA8960

Color information

#BA8960 (or 0xBA8960) is unknown color: approx Twine. HEX triplet: BA, 89 and 60. RGB value is (186,137,96). Sum of RGB (Red+Green+Blue) = 186+137+96=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8960 is #45769F. Grayscale: #939393. Windows color (decimal): -4552352 or 6326714. OLE color: 6326714.

HSL color Cylindrical-coordinate representation of color #BA8960: hue angle of 27.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA8960 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18613796-
CMYK00.260.480.27
HSL27.33º39.47%55.29%-
HSV(B)27.33º48.39%72.94%-
XYZ31.3129.1715.05-
YUV146.9899.23155.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=44.39%
G=32.70%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861379600.260.480.2727.3339.4755.29
HexBA896001A301B1b2737
Octal2722111400326033334767
Binary101110101000100111000000110101100001101111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8960; }

 p { color: rgb(186,137,96); }

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

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

 a { background-color: rgb(186,137,96); }

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

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

 span { border-color: rgb(186,137,96); }

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