#B06780

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

Shades of Tapestry #B06780

Tints of Tapestry #B06780

Color information

#B06780 (or 0xB06780) is unknown color: approx Tapestry. HEX triplet: B0, 67 and 80. RGB value is (176,103,128). Sum of RGB (Red+Green+Blue) = 176+103+128=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B06780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06780 is #4F987F. Grayscale: #7F7F7F. Windows color (decimal): -5216384 or 8415152. OLE color: 8415152.

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

Color convert

RGB176103128-
CMYK00.410.270.31
HSL339.45º31.6%54.71%-
HSV(B)339.45º41.48%69.02%-
XYZ26.6520.4922.97-
YUV127.68128.18162.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 128 (50.39% from 255) = 31.45%
R=43.24%
G=25.31%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610312800.410.270.31339.4531.654.71
HexB067800291B1F1532037
Octal26014720005133375234067
Binary1011000011001111000000001010011101111111101010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06780; }

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

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

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

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

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

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

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

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