#B06087

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

Shades of Tapestry #B06087

Tints of Tapestry #B06087

Color information

#B06087 (or 0xB06087) is unknown color: approx Tapestry. HEX triplet: B0, 60 and 87. RGB value is (176,96,135). Sum of RGB (Red+Green+Blue) = 176+96+135=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B06087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06087 is #4F9F78. Grayscale: #7C7C7C. Windows color (decimal): -5218169 or 8872112. OLE color: 8872112.

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

Color convert

RGB17696135-
CMYK00.450.230.31
HSL330.75º33.61%53.33%-
HSV(B)330.75º45.45%69.02%-
XYZ26.4619.3525.26-
YUV124.37134164.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 96 (37.89% from 255) = 23.59%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=43.24%
G=23.59%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769613500.450.230.31330.7533.6153.33
HexB0608702D171F14b2235
Octal26014020705527375134265
Binary1011000011000001000011101011011011111111101001011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06087; }

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

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

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

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

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

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

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

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