#BA8358

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

Shades of Twine #BA8358

Tints of Twine #BA8358

Color information

#BA8358 (or 0xBA8358) is unknown color: approx Twine. HEX triplet: BA, 83 and 58. RGB value is (186,131,88). Sum of RGB (Red+Green+Blue) = 186+131+88=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 88 (34.77% from 255 or 21.73% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8358 is #457CA7. Grayscale: #8E8E8E. Windows color (decimal): -4553896 or 5800890. OLE color: 5800890.

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

Color convert

RGB18613188-
CMYK00.300.530.27
HSL26.33º41.53%53.73%-
HSV(B)26.33º52.69%72.94%-
XYZ30.1327.3812.93-
YUV142.5497.22159-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 88 (34.77% from 255) = 21.73%
R=45.93%
G=32.35%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861318800.300.530.2726.3341.5353.73
HexBA835801E351B1a2a36
Octal2722031300366533325266
Binary101110101000001110110000111101101011101111010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8358; }

 p { color: rgb(186,131,88); }

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

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

 a { background-color: rgb(186,131,88); }

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

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

 span { border-color: rgb(186,131,88); }

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