#B07982

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

Shades of Tapestry #B07982

Tints of Tapestry #B07982

Color information

#B07982 (or 0xB07982) is unknown color: approx Tapestry. HEX triplet: B0, 79 and 82. RGB value is (176,121,130). Sum of RGB (Red+Green+Blue) = 176+121+130=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B07982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07982 is #4F867D. Grayscale: #8A8A8A. Windows color (decimal): -5211774 or 8550832. OLE color: 8550832.

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

Color convert

RGB176121130-
CMYK00.310.260.31
HSL350.18º25.82%58.24%-
HSV(B)350.18º31.25%69.02%-
XYZ28.7724.5224.33-
YUV138.47123.22154.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=41.22%
G=28.34%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612113000.310.260.31350.1825.8258.24
HexB0798201F1A1F15e1a3a
Octal26017120203732375363272
Binary10110000111100110000010011111110101111110101111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07982; }

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

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

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

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

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

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

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

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