#B07D8E

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

Shades of Tapestry #B07D8E

Tints of Tapestry #B07D8E

Color information

#B07D8E (or 0xB07D8E) is unknown color: approx Tapestry. HEX triplet: B0, 7D and 8E. RGB value is (176,125,142). Sum of RGB (Red+Green+Blue) = 176+125+142=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07D8E is #4F8271. Grayscale: #8E8E8E. Windows color (decimal): -5210738 or 9338288. OLE color: 9338288.

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

Color convert

RGB176125142-
CMYK00.290.190.31
HSL340º24.4%59.02%-
HSV(B)340º28.98%69.02%-
XYZ30.1225.8528.99-
YUV142.19127.9152.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.73%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 142 (55.86% from 255) = 32.05%
R=39.73%
G=28.22%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612514200.290.190.3134024.459.02
HexB07D8E01D131F154183b
Octal26017521603523375243073
Binary10110000111110110001110011101100111111110101010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07D8E; }

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

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

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

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

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

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

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

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