#B06891

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

Shades of Tapestry #B06891

Tints of Tapestry #B06891

Color information

#B06891 (or 0xB06891) is unknown color: approx Tapestry. HEX triplet: B0, 68 and 91. RGB value is (176,104,145). Sum of RGB (Red+Green+Blue) = 176+104+145=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B06891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06891 is #4F976E. Grayscale: #828282. Windows color (decimal): -5216111 or 9529520. OLE color: 9529520.

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

Color convert

RGB176104145-
CMYK00.410.180.31
HSL325.83º31.3%54.9%-
HSV(B)325.83º40.91%69.02%-
XYZ27.9721.1829.4-
YUV130.2136.35160.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.41%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=41.41%
G=24.47%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610414500.410.180.31325.8331.354.9
HexB06891029121F1461f37
Octal26015022105122375063767
Binary101100001101000100100010101001100101111110100011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06891; }

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

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

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

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

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

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

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

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