#B06781

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

Shades of Tapestry #B06781

Tints of Tapestry #B06781

Color information

#B06781 (or 0xB06781) is unknown color: approx Tapestry. HEX triplet: B0, 67 and 81. RGB value is (176,103,129). Sum of RGB (Red+Green+Blue) = 176+103+129=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B06781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06781 is #4F987E. Grayscale: #7F7F7F. Windows color (decimal): -5216383 or 8480688. OLE color: 8480688.

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

Color convert

RGB176103129-
CMYK00.410.270.31
HSL338.63º31.6%54.71%-
HSV(B)338.63º41.48%69.02%-
XYZ26.7220.5223.32-
YUV127.79128.68162.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 103 (40.62% from 255) = 25.25%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=43.14%
G=25.25%
B=31.62%

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
Decimal17610312900.410.270.31338.6331.654.71
HexB067810291B1F1532037
Octal26014720105133375234067
Binary1011000011001111000000101010011101111111101010011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06781; }

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

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

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

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

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

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

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

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