#B06887

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

Shades of Tapestry #B06887

Tints of Tapestry #B06887

Color information

#B06887 (or 0xB06887) is unknown color: approx Tapestry. HEX triplet: B0, 68 and 87. RGB value is (176,104,135). Sum of RGB (Red+Green+Blue) = 176+104+135=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B06887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06887 is #4F9778. Grayscale: #818181. Windows color (decimal): -5216121 or 8874160. OLE color: 8874160.

HSL color Cylindrical-coordinate representation of color #B06887: hue angle of 334.17º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B06887 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB176104135-
CMYK00.410.230.31
HSL334.17º31.3%54.9%-
HSV(B)334.17º40.91%69.02%-
XYZ27.2320.8825.52-
YUV129.06131.35161.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 104 (41.02% from 255) = 25.06%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=42.41%
G=25.06%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610413500.410.230.31334.1731.354.9
HexB06887029171F14e1f37
Octal26015020705127375163767
Binary101100001101000100001110101001101111111110100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06887; }

 p { color: rgb(176,104,135); }

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

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

 a { background-color: rgb(176,104,135); }

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

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

 span { border-color: rgb(176,104,135); }

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