#B06486

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

Shades of Tapestry #B06486

Tints of Tapestry #B06486

Color information

#B06486 (or 0xB06486) is unknown color: approx Tapestry. HEX triplet: B0, 64 and 86. RGB value is (176,100,134). Sum of RGB (Red+Green+Blue) = 176+100+134=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B06486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06486 is #4F9B79. Grayscale: #7E7E7E. Windows color (decimal): -5217146 or 8807600. OLE color: 8807600.

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

Color convert

RGB176100134-
CMYK00.430.240.31
HSL333.16º32.48%54.12%-
HSV(B)333.16º43.18%69.02%-
XYZ26.7620.0725.02-
YUV126.6132.18163.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 100 (39.45% from 255) = 24.39%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=42.93%
G=24.39%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610013400.430.240.31333.1632.4854.12
HexB0648602B181F14d2036
Octal26014420605330375154066
Binary1011000011001001000011001010111100011111101001101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06486; }

 p { color: rgb(176,100,134); }

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

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

 a { background-color: rgb(176,100,134); }

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

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

 span { border-color: rgb(176,100,134); }

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