#B07E88

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

Shades of Tapestry #B07E88

Tints of Tapestry #B07E88

Color information

#B07E88 (or 0xB07E88) is unknown color: approx Tapestry. HEX triplet: B0, 7E and 88. RGB value is (176,126,136). Sum of RGB (Red+Green+Blue) = 176+126+136=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E88 is #4F8177. Grayscale: #8E8E8E. Windows color (decimal): -5210488 or 8945328. OLE color: 8945328.

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

Color convert

RGB176126136-
CMYK00.280.230.31
HSL348º24.04%59.22%-
HSV(B)348º28.41%69.02%-
XYZ29.8125.9326.73-
YUV142.09124.56152.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 126 (49.61% from 255) = 28.77%
BLUE value IS 136 (53.52% from 255) = 31.05%
R=40.18%
G=28.77%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612613600.280.230.3134824.0459.22
HexB07E8801C171F15c183b
Octal26017621003427375343073
Binary10110000111111010001000011100101111111110101110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E88; }

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

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

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

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

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

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

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

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