#B07786

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

Shades of Tapestry #B07786

Tints of Tapestry #B07786

Color information

#B07786 (or 0xB07786) is unknown color: approx Tapestry. HEX triplet: B0, 77 and 86. RGB value is (176,119,134). Sum of RGB (Red+Green+Blue) = 176+119+134=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B07786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07786 is #4F8879. Grayscale: #898989. Windows color (decimal): -5212282 or 8812464. OLE color: 8812464.

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

Color convert

RGB176119134-
CMYK00.320.240.31
HSL344.21º26.51%57.84%-
HSV(B)344.21º32.39%69.02%-
XYZ28.824.1425.7-
YUV137.75125.88155.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 119 (46.88% from 255) = 27.74%
BLUE value IS 134 (52.73% from 255) = 31.24%
R=41.03%
G=27.74%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611913400.320.240.31344.2126.5157.84
HexB07786020181F1581b3a
Octal26016720604030375303372
Binary101100001110111100001100100000110001111110101100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07786; }

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

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

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

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

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

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

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

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