#B07F8E

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

Shades of Tapestry #B07F8E

Tints of Tapestry #B07F8E

Color information

#B07F8E (or 0xB07F8E) is unknown color: approx Tapestry. HEX triplet: B0, 7F and 8E. RGB value is (176,127,142). Sum of RGB (Red+Green+Blue) = 176+127+142=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F8E is #4F8071. Grayscale: #8F8F8F. Windows color (decimal): -5210226 or 9338800. OLE color: 9338800.

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

Color convert

RGB176127142-
CMYK00.280.190.31
HSL341.63º23.67%59.41%-
HSV(B)341.63º27.84%69.02%-
XYZ30.3826.3629.08-
YUV143.36127.23151.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 127 (50% from 255) = 28.54%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=39.55%
G=28.54%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612714200.280.190.31341.6323.6759.41
HexB07F8E01C131F156183b
Octal26017721603423375263073
Binary10110000111111110001110011100100111111110101011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F8E; }

 p { color: rgb(176,127,142); }

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

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

 a { background-color: rgb(176,127,142); }

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

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

 span { border-color: rgb(176,127,142); }

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