#BA8554

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

Shades of Twine #BA8554

Tints of Twine #BA8554

Color information

#BA8554 (or 0xBA8554) is unknown color: approx Twine. HEX triplet: BA, 85 and 54. RGB value is (186,133,84). Sum of RGB (Red+Green+Blue) = 186+133+84=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8554 is #457AAB. Grayscale: #8F8F8F. Windows color (decimal): -4553388 or 5539258. OLE color: 5539258.

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

Color convert

RGB18613384-
CMYK00.280.550.27
HSL28.82º42.5%52.94%-
HSV(B)28.82º54.84%72.94%-
XYZ30.2427.8512.17-
YUV143.2694.56158.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 84 (33.20% from 255) = 20.84%
R=46.15%
G=33.00%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861338400.280.550.2728.8242.552.94
HexBA855401C371B1d2a35
Octal2722051240346733355265
Binary101110101000010110101000111001101111101111101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8554; }

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

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

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

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

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

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

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

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