#B07487

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

Shades of Tapestry #B07487

Tints of Tapestry #B07487

Color information

#B07487 (or 0xB07487) is unknown color: approx Tapestry. HEX triplet: B0, 74 and 87. RGB value is (176,116,135). Sum of RGB (Red+Green+Blue) = 176+116+135=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B07487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07487 is #4F8B78. Grayscale: #888888. Windows color (decimal): -5213049 or 8877232. OLE color: 8877232.

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

Color convert

RGB176116135-
CMYK00.340.230.31
HSL341º27.52%57.25%-
HSV(B)341º34.09%69.02%-
XYZ28.5223.4725.95-
YUV136.11127.38156.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 135 (53.12% from 255) = 31.62%
R=41.22%
G=27.17%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611613500.340.230.3134127.5257.25
HexB07487022171F1551c39
Octal26016420704227375253471
Binary101100001110100100001110100010101111111110101010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07487; }

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

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

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

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

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

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

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

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