#B07A87

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

Shades of Tapestry #B07A87

Tints of Tapestry #B07A87

Color information

#B07A87 (or 0xB07A87) is unknown color: approx Tapestry. HEX triplet: B0, 7A and 87. RGB value is (176,122,135). Sum of RGB (Red+Green+Blue) = 176+122+135=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07A87 is #4F8578. Grayscale: #8B8B8B. Windows color (decimal): -5211513 or 8878768. OLE color: 8878768.

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

Color convert

RGB176122135-
CMYK00.310.230.31
HSL345.56º25.47%58.43%-
HSV(B)345.56º30.68%69.02%-
XYZ29.2424.926.19-
YUV139.63125.39153.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 135 (53.12% from 255) = 31.18%
R=40.65%
G=28.18%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612213500.310.230.31345.5625.4758.43
HexB07A8701F171F15a193a
Octal26017220703727375323172
Binary10110000111101010000111011111101111111110101101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A87; }

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

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

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

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

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

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

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

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