#B07986

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

Shades of Tapestry #B07986

Tints of Tapestry #B07986

Color information

#B07986 (or 0xB07986) is unknown color: approx Tapestry. HEX triplet: B0, 79 and 86. RGB value is (176,121,134). Sum of RGB (Red+Green+Blue) = 176+121+134=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B07986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07986 is #4F8679. Grayscale: #8A8A8A. Windows color (decimal): -5211770 or 8812976. OLE color: 8812976.

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

Color convert

RGB176121134-
CMYK00.310.240.31
HSL345.82º25.82%58.24%-
HSV(B)345.82º31.25%69.02%-
XYZ29.0424.6325.78-
YUV138.93125.22154.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 121 (47.66% from 255) = 28.07%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=40.84%
G=28.07%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612113400.310.240.31345.8225.8258.24
HexB0798601F181F15a1a3a
Octal26017120603730375323272
Binary10110000111100110000110011111110001111110101101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07986; }

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

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

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

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

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

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

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

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