#B06581

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

Shades of Tapestry #B06581

Tints of Tapestry #B06581

Color information

#B06581 (or 0xB06581) is unknown color: approx Tapestry. HEX triplet: B0, 65 and 81. RGB value is (176,101,129). Sum of RGB (Red+Green+Blue) = 176+101+129=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B06581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06581 is #4F9A7E. Grayscale: #7E7E7E. Windows color (decimal): -5216895 or 8480176. OLE color: 8480176.

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

Color convert

RGB176101129-
CMYK00.430.270.31
HSL337.6º32.19%54.31%-
HSV(B)337.6º42.61%69.02%-
XYZ26.5220.1223.26-
YUV126.62129.35163.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=43.35%
G=24.88%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610112900.430.270.31337.632.1954.31
HexB0658102B1B1F1522036
Octal26014520105333375224066
Binary1011000011001011000000101010111101111111101010010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06581; }

 p { color: rgb(176,101,129); }

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

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

 a { background-color: rgb(176,101,129); }

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

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

 span { border-color: rgb(176,101,129); }

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