#B07F87

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

Shades of Tapestry #B07F87

Tints of Tapestry #B07F87

Color information

#B07F87 (or 0xB07F87) is unknown color: approx Tapestry. HEX triplet: B0, 7F and 87. RGB value is (176,127,135). Sum of RGB (Red+Green+Blue) = 176+127+135=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F87 is #4F8078. Grayscale: #8E8E8E. Windows color (decimal): -5210233 or 8880048. OLE color: 8880048.

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

Color convert

RGB176127135-
CMYK00.280.230.31
HSL350.2º23.67%59.41%-
HSV(B)350.2º27.84%69.02%-
XYZ29.8726.1626.4-
YUV142.56123.73151.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 127 (50% from 255) = 29.00%
BLUE value IS 135 (53.12% from 255) = 30.82%
R=40.18%
G=29.00%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612713500.280.230.31350.223.6759.41
HexB07F8701C171F15e183b
Octal26017720703427375363073
Binary10110000111111110000111011100101111111110101111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F87; }

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

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

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

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

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

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

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

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