#B86489

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

Shades of Tapestry #B86489

Tints of Tapestry #B86489

Color information

#B86489 (or 0xB86489) is unknown color: approx Tapestry. HEX triplet: B8, 64 and 89. RGB value is (184,100,137). Sum of RGB (Red+Green+Blue) = 184+100+137=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B86489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86489 is #479B76. Grayscale: #818181. Windows color (decimal): -4692855 or 9004216. OLE color: 9004216.

HSL color Cylindrical-coordinate representation of color #B86489: hue angle of 333.57º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86489 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB184100137-
CMYK00.460.260.28
HSL333.57º37.17%55.69%-
HSV(B)333.57º45.65%72.16%-
XYZ28.8421.1126.22-
YUV129.33132.33166.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 100 (39.45% from 255) = 23.75%
BLUE value IS 137 (53.91% from 255) = 32.54%
R=43.71%
G=23.75%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410013700.460.260.28333.5737.1755.69
HexB8648902E1A1C14e2538
Octal27014421105632345164570
Binary1011100011001001000100101011101101011100101001110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86489; }

 p { color: rgb(184,100,137); }

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

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

 a { background-color: rgb(184,100,137); }

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

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

 span { border-color: rgb(184,100,137); }

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