#B86187

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

Shades of Tapestry #B86187

Tints of Tapestry #B86187

Color information

#B86187 (or 0xB86187) is unknown color: approx Tapestry. HEX triplet: B8, 61 and 87. RGB value is (184,97,135). Sum of RGB (Red+Green+Blue) = 184+97+135=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B86187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86187 is #479E78. Grayscale: #7F7F7F. Windows color (decimal): -4693625 or 8872376. OLE color: 8872376.

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

Color convert

RGB18497135-
CMYK00.470.270.28
HSL333.79º37.99%55.1%-
HSV(B)333.79º47.28%72.16%-
XYZ28.4220.4925.38-
YUV127.34132.32168.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=44.23%
G=23.32%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849713500.470.270.28333.7937.9955.1
HexB8618702F1B1C14e2637
Octal27014120705733345164667
Binary1011100011000011000011101011111101111100101001110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86187; }

 p { color: rgb(184,97,135); }

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

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

 a { background-color: rgb(184,97,135); }

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

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

 span { border-color: rgb(184,97,135); }

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