#B86089

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

Shades of Tapestry #B86089

Tints of Tapestry #B86089

Color information

#B86089 (or 0xB86089) is unknown color: approx Tapestry. HEX triplet: B8, 60 and 89. RGB value is (184,96,137). Sum of RGB (Red+Green+Blue) = 184+96+137=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B86089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86089 is #479F76. Grayscale: #7E7E7E. Windows color (decimal): -4693879 or 9003192. OLE color: 9003192.

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

Color convert

RGB18496137-
CMYK00.480.260.28
HSL332.05º38.26%54.9%-
HSV(B)332.05º47.83%72.16%-
XYZ28.4720.3626.1-
YUV126.99133.65168.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=44.12%
G=23.02%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849613700.480.260.28332.0538.2654.9
HexB860890301A1C14c2637
Octal27014021106032345144667
Binary1011100011000001000100101100001101011100101001100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86089; }

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

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

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

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

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

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

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

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