Shades of Tapestry #B07388
Tints of Tapestry #B07388
RGB
CMYK
RGB Variations
Color information
#B07388 (or 0xB07388) is known color: Tapestry. HEX triplet: B0, 73 and 88. RGB value is (176,115,136). Sum of RGB (Red+Green+Blue) = 176+115+136=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B07388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07388 is #4F8C77. Grayscale: #878787. Windows color (decimal): -5213304 or 8942512. OLE color: 8942512.
HSL color Cylindrical-coordinate representation of color #B07388: hue angle of 339.34º 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 #B07388 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 136 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.31 |
| HSL | 339.34º | 0.28% | 0.57% | - |
| HSV(B) | 339.34º | 0.35% | 0.69% | - |
| XYZ | 28.48 | 23.27 | 26.28 | - |
| YUV | 135.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 136 | 0 | 0.35 | 0.23 | 0.31 | 339.34 | 0.28 | 0.57 |
| Hex | B0 | 73 | 88 | 0 | 23 | 17 | 1F | 153 | 1C | 39 |
| Octal | 260 | 163 | 210 | 0 | 43 | 27 | 37 | 523 | 34 | 71 |
| Binary | 10110000 | 1110011 | 10001000 | 0 | 100011 | 10111 | 11111 | 101010011 | 11100 | 111001 |
Color Harmonies of #B07388
Complementary color
Monochromatic Colors of #B07388
Black with #B07388
Text Example
Text Example
White with #B07388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07388; }
p { color: rgb(176,115,136); }
H1.HeaderClassName
{
color: #B07388;
}
.AnyTagClassName
{
color: #B07388;
}
</style>
background-color css
<style>
a { background-color: #B07388; }
a { background-color: rgb(176,115,136); }
div.DivClassName
{
background-color: #B07388;
}
.BgClassName
{
background-color: #B07388;
}
</style>
border-color css
<style>
span { border-color: #B07388; }
span { border-color: rgb(176,115,136); }
td.TdClassName
{
border-color: #B07388;
}
.TagClassName
{
border-color: #B07388;
}
</style>