#B06881

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

Shades of Tapestry #B06881

Tints of Tapestry #B06881

Color information

#B06881 (or 0xB06881) is unknown color: approx Tapestry. HEX triplet: B0, 68 and 81. RGB value is (176,104,129). Sum of RGB (Red+Green+Blue) = 176+104+129=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B06881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06881 is #4F977E. Grayscale: #808080. Windows color (decimal): -5216127 or 8480944. OLE color: 8480944.

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

Color convert

RGB176104129-
CMYK00.410.270.31
HSL339.17º31.3%54.9%-
HSV(B)339.17º40.91%69.02%-
XYZ26.8220.7223.35-
YUV128.38128.35161.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=43.03%
G=25.43%
B=31.54%

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
Decimal17610412900.410.270.31339.1731.354.9
HexB068810291B1F1531f37
Octal26015020105133375233767
Binary101100001101000100000010101001110111111110101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06881; }

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

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

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

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

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

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

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

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