#BA8854

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

Shades of Twine #BA8854

Tints of Twine #BA8854

Color information

#BA8854 (or 0xBA8854) is unknown color: approx Twine. HEX triplet: BA, 88 and 54. RGB value is (186,136,84). Sum of RGB (Red+Green+Blue) = 186+136+84=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8854 is #4577AB. Grayscale: #919191. Windows color (decimal): -4552620 or 5540026. OLE color: 5540026.

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

Color convert

RGB18613684-
CMYK00.270.550.27
HSL30.59º42.5%52.94%-
HSV(B)30.59º54.84%72.94%-
XYZ30.6528.6912.31-
YUV145.0293.56157.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 84 (33.20% from 255) = 20.69%
R=45.81%
G=33.50%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861368400.270.550.2730.5942.552.94
HexBA885401B371B1f2a35
Octal2722101240336733375265
Binary101110101000100010101000110111101111101111111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8854; }

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

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

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

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

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

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

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

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