#B07E90

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

Shades of Tapestry #B07E90

Tints of Tapestry #B07E90

Color information

#B07E90 (or 0xB07E90) is unknown color: approx Tapestry. HEX triplet: B0, 7E and 90. RGB value is (176,126,144). Sum of RGB (Red+Green+Blue) = 176+126+144=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E90 is #4F816F. Grayscale: #8E8E8E. Windows color (decimal): -5210480 or 9469616. OLE color: 9469616.

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

Color convert

RGB176126144-
CMYK00.280.180.31
HSL338.4º24.04%59.22%-
HSV(B)338.4º28.41%69.02%-
XYZ30.426.1729.83-
YUV143128.56151.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.46%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=39.46%
G=28.25%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612614400.280.180.31338.424.0459.22
HexB07E9001C121F152183b
Octal26017622003422375223073
Binary10110000111111010010000011100100101111110101001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E90; }

 p { color: rgb(176,126,144); }

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

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

 a { background-color: rgb(176,126,144); }

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

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

 span { border-color: rgb(176,126,144); }

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