#B86589

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

Shades of Tapestry #B86589

Tints of Tapestry #B86589

Color information

#B86589 (or 0xB86589) is unknown color: approx Tapestry. HEX triplet: B8, 65 and 89. RGB value is (184,101,137). Sum of RGB (Red+Green+Blue) = 184+101+137=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B86589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86589 is #479A76. Grayscale: #818181. Windows color (decimal): -4692599 or 9004472. OLE color: 9004472.

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

Color convert

RGB184101137-
CMYK00.450.260.28
HSL333.98º36.89%55.88%-
HSV(B)333.98º45.11%72.16%-
XYZ28.9421.326.25-
YUV129.92132166.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 101 (39.84% from 255) = 23.93%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=43.60%
G=23.93%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410113700.450.260.28333.9836.8955.88
HexB8658902D1A1C14e2538
Octal27014521105532345164570
Binary1011100011001011000100101011011101011100101001110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86589; }

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

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

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

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

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

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

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

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