#B07F8D

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

Shades of Tapestry #B07F8D

Tints of Tapestry #B07F8D

Color information

#B07F8D (or 0xB07F8D) is unknown color: approx Tapestry. HEX triplet: B0, 7F and 8D. RGB value is (176,127,141). Sum of RGB (Red+Green+Blue) = 176+127+141=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07F8D is #4F8072. Grayscale: #8F8F8F. Windows color (decimal): -5210227 or 9273264. OLE color: 9273264.

HSL color Cylindrical-coordinate representation of color #B07F8D: hue angle of 342.86º 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 #B07F8D is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176127141-
CMYK00.280.200.31
HSL342.86º23.67%59.41%-
HSV(B)342.86º27.84%69.02%-
XYZ30.326.3328.68-
YUV143.25126.73151.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=39.64%
G=28.60%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612714100.280.200.31342.8623.6759.41
HexB07F8D01C141F157183b
Octal26017721503424375273073
Binary10110000111111110001101011100101001111110101011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07F8D; }

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

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

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

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

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

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

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

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