#B07280

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

Shades of Tapestry #B07280

Tints of Tapestry #B07280

Color information

#B07280 (or 0xB07280) is unknown color: approx Tapestry. HEX triplet: B0, 72 and 80. RGB value is (176,114,128). Sum of RGB (Red+Green+Blue) = 176+114+128=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B07280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07280 is #4F8D7F. Grayscale: #868686. Windows color (decimal): -5213568 or 8417968. OLE color: 8417968.

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

Color convert

RGB176114128-
CMYK00.350.270.31
HSL346.45º28.18%56.86%-
HSV(B)346.45º35.23%69.02%-
XYZ27.8222.8223.36-
YUV134.13124.54157.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=42.11%
G=27.27%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611412800.350.270.31346.4528.1856.86
HexB072800231B1F15a1c39
Octal26016220004333375323471
Binary101100001110010100000000100011110111111110101101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07280; }

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

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

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

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

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

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

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

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