#B07588

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

Shades of Tapestry #B07588

Tints of Tapestry #B07588

Color information

#B07588 (or 0xB07588) is unknown color: approx Tapestry. HEX triplet: B0, 75 and 88. RGB value is (176,117,136). Sum of RGB (Red+Green+Blue) = 176+117+136=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B07588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07588 is #4F8A77. Grayscale: #888888. Windows color (decimal): -5212792 or 8943024. OLE color: 8943024.

HSL color Cylindrical-coordinate representation of color #B07588: hue angle of 340.68º degrees, saturation: 0.27, 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 #B07588 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB176117136-
CMYK00.340.230.31
HSL340.68º27.19%57.45%-
HSV(B)340.68º33.52%69.02%-
XYZ28.7123.7326.36-
YUV136.81127.55155.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=41.03%
G=27.27%
B=31.70%

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
Decimal17611713600.340.230.31340.6827.1957.45
HexB07588022171F1551b39
Octal26016521004227375253371
Binary101100001110101100010000100010101111111110101010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07588; }

 p { color: rgb(176,117,136); }

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

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

 a { background-color: rgb(176,117,136); }

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

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

 span { border-color: rgb(176,117,136); }

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