#B07282

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

Shades of Tapestry #B07282

Tints of Tapestry #B07282

Color information

#B07282 (or 0xB07282) is unknown color: approx Tapestry. HEX triplet: B0, 72 and 82. RGB value is (176,114,130). Sum of RGB (Red+Green+Blue) = 176+114+130=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B07282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07282 is #4F8D7D. Grayscale: #868686. Windows color (decimal): -5213566 or 8549040. OLE color: 8549040.

HSL color Cylindrical-coordinate representation of color #B07282: hue angle of 344.52º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B07282 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB176114130-
CMYK00.350.260.31
HSL344.52º28.18%56.86%-
HSV(B)344.52º35.23%69.02%-
XYZ27.9522.8824.06-
YUV134.36125.54157.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=41.90%
G=27.14%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611413000.350.260.31344.5228.1856.86
HexB072820231A1F1591c39
Octal26016220204332375313471
Binary101100001110010100000100100011110101111110101100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07282; }

 p { color: rgb(176,114,130); }

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

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

 a { background-color: rgb(176,114,130); }

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

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

 span { border-color: rgb(176,114,130); }

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