Shades of Tapestry #B07382
Tints of Tapestry #B07382
RGB
CMYK
RGB Variations
Color information
#B07382 (or 0xB07382) is known color: Tapestry. HEX triplet: B0, 73 and 82. RGB value is (176,115,130). Sum of RGB (Red+Green+Blue) = 176+115+130=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B07382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07382 is #4F8C7D. Grayscale: #868686. Windows color (decimal): -5213310 or 8549296. OLE color: 8549296.
HSL color Cylindrical-coordinate representation of color #B07382: hue angle of 345.25º 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 #B07382 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 130 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.31 |
| HSL | 345.25º | 0.28% | 0.57% | - |
| HSV(B) | 345.25º | 0.35% | 0.69% | - |
| XYZ | 28.06 | 23.1 | 24.1 | - |
| YUV | 134.95 | 125.21 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 130 | 0 | 0.35 | 0.26 | 0.31 | 345.25 | 0.28 | 0.57 |
| Hex | B0 | 73 | 82 | 0 | 23 | 1A | 1F | 159 | 1C | 39 |
| Octal | 260 | 163 | 202 | 0 | 43 | 32 | 37 | 531 | 34 | 71 |
| Binary | 10110000 | 1110011 | 10000010 | 0 | 100011 | 11010 | 11111 | 101011001 | 11100 | 111001 |
Color Harmonies of #B07382
Complementary color
Monochromatic Colors of #B07382
Black with #B07382
Text Example
Text Example
White with #B07382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07382; }
p { color: rgb(176,115,130); }
H1.HeaderClassName
{
color: #B07382;
}
.AnyTagClassName
{
color: #B07382;
}
</style>
background-color css
<style>
a { background-color: #B07382; }
a { background-color: rgb(176,115,130); }
div.DivClassName
{
background-color: #B07382;
}
.BgClassName
{
background-color: #B07382;
}
</style>
border-color css
<style>
span { border-color: #B07382; }
span { border-color: rgb(176,115,130); }
td.TdClassName
{
border-color: #B07382;
}
.TagClassName
{
border-color: #B07382;
}
</style>