#B86581

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

Shades of Tapestry #B86581

Tints of Tapestry #B86581

Color information

#B86581 (or 0xB86581) is unknown color: approx Tapestry. HEX triplet: B8, 65 and 81. RGB value is (184,101,129). Sum of RGB (Red+Green+Blue) = 184+101+129=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B86581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86581 is #479A7E. Grayscale: #808080. Windows color (decimal): -4692607 or 8480184. OLE color: 8480184.

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

Color convert

RGB184101129-
CMYK00.450.300.28
HSL339.76º36.89%55.88%-
HSV(B)339.76º45.11%72.16%-
XYZ28.3821.0823.34-
YUV129.01128167.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=44.44%
G=24.40%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410112900.450.300.28339.7636.8955.88
HexB8658102D1E1C1542538
Octal27014520105536345244570
Binary1011100011001011000000101011011111011100101010100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86581; }

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

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

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

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

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

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

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

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