#B07E84

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

Shades of Tapestry #B07E84

Tints of Tapestry #B07E84

Color information

#B07E84 (or 0xB07E84) is unknown color: approx Tapestry. HEX triplet: B0, 7E and 84. RGB value is (176,126,132). Sum of RGB (Red+Green+Blue) = 176+126+132=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07E84 is #4F817B. Grayscale: #8D8D8D. Windows color (decimal): -5210492 or 8683184. OLE color: 8683184.

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

Color convert

RGB176126132-
CMYK00.280.250.31
HSL352.8º24.04%59.22%-
HSV(B)352.8º28.41%69.02%-
XYZ29.5325.8225.26-
YUV141.63122.56152.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=40.55%
G=29.03%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612613200.280.250.31352.824.0459.22
HexB07E8401C191F161183b
Octal26017620403431375413073
Binary10110000111111010000100011100110011111110110000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E84; }

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

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

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

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

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

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

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

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