#B06680

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

Shades of Tapestry #B06680

Tints of Tapestry #B06680

Color information

#B06680 (or 0xB06680) is unknown color: approx Tapestry. HEX triplet: B0, 66 and 80. RGB value is (176,102,128). Sum of RGB (Red+Green+Blue) = 176+102+128=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B06680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06680 is #4F997F. Grayscale: #7F7F7F. Windows color (decimal): -5216640 or 8414896. OLE color: 8414896.

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

Color convert

RGB176102128-
CMYK00.420.270.31
HSL338.92º31.9%54.51%-
HSV(B)338.92º42.05%69.02%-
XYZ26.5520.2922.94-
YUV127.09128.52162.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=43.35%
G=25.12%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610212800.420.270.31338.9231.954.51
HexB0668002A1B1F1532037
Octal26014620005233375234067
Binary1011000011001101000000001010101101111111101010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06680; }

 p { color: rgb(176,102,128); }

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

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

 a { background-color: rgb(176,102,128); }

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

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

 span { border-color: rgb(176,102,128); }

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