#B07182

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

Shades of Tapestry #B07182

Tints of Tapestry #B07182

Color information

#B07182 (or 0xB07182) is unknown color: approx Tapestry. HEX triplet: B0, 71 and 82. RGB value is (176,113,130). Sum of RGB (Red+Green+Blue) = 176+113+130=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B07182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07182 is #4F8E7D. Grayscale: #858585. Windows color (decimal): -5213822 or 8548784. OLE color: 8548784.

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

Color convert

RGB176113130-
CMYK00.360.260.31
HSL343.81º28.51%56.67%-
HSV(B)343.81º35.8%69.02%-
XYZ27.8422.6524.02-
YUV133.78125.87158.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 130 (51.17% from 255) = 31.03%
R=42.00%
G=26.97%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611313000.360.260.31343.8128.5156.67
HexB071820241A1F1581d39
Octal26016120204432375303571
Binary101100001110001100000100100100110101111110101100011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07182; }

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

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

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

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

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

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

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

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