#B06D86

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

Shades of Tapestry #B06D86

Tints of Tapestry #B06D86

Color information

#B06D86 (or 0xB06D86) is unknown color: approx Tapestry. HEX triplet: B0, 6D and 86. RGB value is (176,109,134). Sum of RGB (Red+Green+Blue) = 176+109+134=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06D86 is #4F9279. Grayscale: #838383. Windows color (decimal): -5214842 or 8809904. OLE color: 8809904.

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

Color convert

RGB176109134-
CMYK00.380.240.31
HSL337.61º29.78%55.88%-
HSV(B)337.61º38.07%69.02%-
XYZ27.6821.8925.32-
YUV131.88129.2159.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 134 (52.73% from 255) = 31.98%
R=42.00%
G=26.01%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610913400.380.240.31337.6129.7855.88
HexB06D86026181F1521e38
Octal26015520604630375223670
Binary101100001101101100001100100110110001111110101001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D86; }

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

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

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

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

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

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

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

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