#B06B86

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

Shades of Tapestry #B06B86

Tints of Tapestry #B06B86

Color information

#B06B86 (or 0xB06B86) is unknown color: approx Tapestry. HEX triplet: B0, 6B and 86. RGB value is (176,107,134). Sum of RGB (Red+Green+Blue) = 176+107+134=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B86 is #4F9479. Grayscale: #828282. Windows color (decimal): -5215354 or 8809392. OLE color: 8809392.

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

Color convert

RGB176107134-
CMYK00.390.240.31
HSL336.52º30.4%55.49%-
HSV(B)336.52º39.2%69.02%-
XYZ27.4721.4725.25-
YUV130.71129.86160.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=42.21%
G=25.66%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610713400.390.240.31336.5230.455.49
HexB06B86027181F1511e37
Octal26015320604730375213667
Binary101100001101011100001100100111110001111110101000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06B86; }

 p { color: rgb(176,107,134); }

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

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

 a { background-color: rgb(176,107,134); }

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

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

 span { border-color: rgb(176,107,134); }

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