#B06391

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

Shades of Tapestry #B06391

Tints of Tapestry #B06391

Color information

#B06391 (or 0xB06391) is unknown color: approx Tapestry. HEX triplet: B0, 63 and 91. RGB value is (176,99,145). Sum of RGB (Red+Green+Blue) = 176+99+145=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B06391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06391 is #4F9C6E. Grayscale: #7F7F7F. Windows color (decimal): -5217391 or 9528240. OLE color: 9528240.

HSL color Cylindrical-coordinate representation of color #B06391: hue angle of 324.16º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B06391 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17699145-
CMYK00.440.180.31
HSL324.16º32.77%53.92%-
HSV(B)324.16º43.75%69.02%-
XYZ27.4820.229.24-
YUV127.27138.01162.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=41.90%
G=23.57%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769914500.440.180.31324.1632.7753.92
HexB0639102C121F1442136
Octal26014322105422375044166
Binary1011000011000111001000101011001001011111101000100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06391; }

 p { color: rgb(176,99,145); }

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

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

 a { background-color: rgb(176,99,145); }

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

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

 span { border-color: rgb(176,99,145); }

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