#BA8954

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

Shades of Twine #BA8954

Tints of Twine #BA8954

Color information

#BA8954 (or 0xBA8954) is unknown color: approx Twine. HEX triplet: BA, 89 and 54. RGB value is (186,137,84). Sum of RGB (Red+Green+Blue) = 186+137+84=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8954 is #4576AB. Grayscale: #919191. Windows color (decimal): -4552364 or 5540282. OLE color: 5540282.

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

Color convert

RGB18613784-
CMYK00.260.550.27
HSL31.18º42.5%52.94%-
HSV(B)31.18º54.84%72.94%-
XYZ30.828.9712.36-
YUV145.6193.23156.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 137 (53.91% from 255) = 33.66%
BLUE value IS 84 (33.20% from 255) = 20.64%
R=45.70%
G=33.66%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861378400.260.550.2731.1842.552.94
HexBA895401A371B1f2a35
Octal2722111240326733375265
Binary101110101000100110101000110101101111101111111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8954; }

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

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

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

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

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

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

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

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