Shades of Tapestry #B07281
Tints of Tapestry #B07281
RGB
CMYK
RGB Variations
Color information
#B07281 (or 0xB07281) is known color: Tapestry. HEX triplet: B0, 72 and 81. RGB value is (176,114,129). Sum of RGB (Red+Green+Blue) = 176+114+129=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B07281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07281 is #4F8D7E. Grayscale: #868686. Windows color (decimal): -5213567 or 8483504. OLE color: 8483504.
HSL color Cylindrical-coordinate representation of color #B07281: hue angle of 345.48º 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 #B07281 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 129 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.31 |
| HSL | 345.48º | 0.28% | 0.57% | - |
| HSV(B) | 345.48º | 0.35% | 0.69% | - |
| XYZ | 27.88 | 22.85 | 23.71 | - |
| YUV | 134.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 129 | 0 | 0.35 | 0.27 | 0.31 | 345.48 | 0.28 | 0.57 |
| Hex | B0 | 72 | 81 | 0 | 23 | 1B | 1F | 159 | 1C | 39 |
| Octal | 260 | 162 | 201 | 0 | 43 | 33 | 37 | 531 | 34 | 71 |
| Binary | 10110000 | 1110010 | 10000001 | 0 | 100011 | 11011 | 11111 | 101011001 | 11100 | 111001 |
Color Harmonies of #B07281
Complementary color
Monochromatic Colors of #B07281
Black with #B07281
Text Example
Text Example
White with #B07281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07281; }
p { color: rgb(176,114,129); }
H1.HeaderClassName
{
color: #B07281;
}
.AnyTagClassName
{
color: #B07281;
}
</style>
background-color css
<style>
a { background-color: #B07281; }
a { background-color: rgb(176,114,129); }
div.DivClassName
{
background-color: #B07281;
}
.BgClassName
{
background-color: #B07281;
}
</style>
border-color css
<style>
span { border-color: #B07281; }
span { border-color: rgb(176,114,129); }
td.TdClassName
{
border-color: #B07281;
}
.TagClassName
{
border-color: #B07281;
}
</style>