Shades of Tapestry #B07380
Tints of Tapestry #B07380
RGB
CMYK
RGB Variations
Color information
#B07380 (or 0xB07380) is known color: Tapestry. HEX triplet: B0, 73 and 80. RGB value is (176,115,128). Sum of RGB (Red+Green+Blue) = 176+115+128=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B07380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07380 is #4F8C7F. Grayscale: #868686. Windows color (decimal): -5213312 or 8418224. OLE color: 8418224.
HSL color Cylindrical-coordinate representation of color #B07380: hue angle of 347.21º 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 #B07380 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 128 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.31 |
| HSL | 347.21º | 0.28% | 0.57% | - |
| HSV(B) | 347.21º | 0.35% | 0.69% | - |
| XYZ | 27.93 | 23.05 | 23.4 | - |
| YUV | 134.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 128 | 0 | 0.35 | 0.27 | 0.31 | 347.21 | 0.28 | 0.57 |
| Hex | B0 | 73 | 80 | 0 | 23 | 1B | 1F | 15B | 1C | 39 |
| Octal | 260 | 163 | 200 | 0 | 43 | 33 | 37 | 533 | 34 | 71 |
| Binary | 10110000 | 1110011 | 10000000 | 0 | 100011 | 11011 | 11111 | 101011011 | 11100 | 111001 |
Color Harmonies of #B07380
Complementary color
Monochromatic Colors of #B07380
Black with #B07380
Text Example
Text Example
White with #B07380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07380; }
p { color: rgb(176,115,128); }
H1.HeaderClassName
{
color: #B07380;
}
.AnyTagClassName
{
color: #B07380;
}
</style>
background-color css
<style>
a { background-color: #B07380; }
a { background-color: rgb(176,115,128); }
div.DivClassName
{
background-color: #B07380;
}
.BgClassName
{
background-color: #B07380;
}
</style>
border-color css
<style>
span { border-color: #B07380; }
span { border-color: rgb(176,115,128); }
td.TdClassName
{
border-color: #B07380;
}
.TagClassName
{
border-color: #B07380;
}
</style>