#B07882

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

Shades of Tapestry #B07882

Tints of Tapestry #B07882

Color information

#B07882 (or 0xB07882) is unknown color: approx Tapestry. HEX triplet: B0, 78 and 82. RGB value is (176,120,130). Sum of RGB (Red+Green+Blue) = 176+120+130=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B07882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07882 is #4F877D. Grayscale: #898989. Windows color (decimal): -5212030 or 8550576. OLE color: 8550576.

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

Color convert

RGB176120130-
CMYK00.320.260.31
HSL349.29º26.17%58.04%-
HSV(B)349.29º31.82%69.02%-
XYZ28.6524.2724.29-
YUV137.88123.55155.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.31%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 130 (51.17% from 255) = 30.52%
R=41.31%
G=28.17%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612013000.320.260.31349.2926.1758.04
HexB078820201A1F15d1a3a
Octal26017020204032375353272
Binary101100001111000100000100100000110101111110101110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07882; }

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

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

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

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

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

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

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

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