Shades of Tapestry #B07B88
Tints of Tapestry #B07B88
RGB
CMYK
RGB Variations
Color information
#B07B88 (or 0xB07B88) is known color: Tapestry. HEX triplet: B0, 7B and 88. RGB value is (176,123,136). Sum of RGB (Red+Green+Blue) = 176+123+136=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07B88 is #4F8477. Grayscale: #8C8C8C. Windows color (decimal): -5211256 or 8944560. OLE color: 8944560.
HSL color Cylindrical-coordinate representation of color #B07B88: hue angle of 345.28º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B07B88 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 123 | 136 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.31 |
| HSL | 345.28º | 0.25% | 0.59% | - |
| HSV(B) | 345.28º | 0.3% | 0.69% | - |
| XYZ | 29.43 | 25.17 | 26.6 | - |
| YUV | 140.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 136 | 0 | 0.30 | 0.23 | 0.31 | 345.28 | 0.25 | 0.59 |
| Hex | B0 | 7B | 88 | 0 | 1E | 17 | 1F | 159 | 19 | 3B |
| Octal | 260 | 173 | 210 | 0 | 36 | 27 | 37 | 531 | 31 | 73 |
| Binary | 10110000 | 1111011 | 10001000 | 0 | 11110 | 10111 | 11111 | 101011001 | 11001 | 111011 |
Color Harmonies of #B07B88
Complementary color
Monochromatic Colors of #B07B88
Black with #B07B88
Text Example
Text Example
White with #B07B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07B88; }
p { color: rgb(176,123,136); }
H1.HeaderClassName
{
color: #B07B88;
}
.AnyTagClassName
{
color: #B07B88;
}
</style>
background-color css
<style>
a { background-color: #B07B88; }
a { background-color: rgb(176,123,136); }
div.DivClassName
{
background-color: #B07B88;
}
.BgClassName
{
background-color: #B07B88;
}
</style>
border-color css
<style>
span { border-color: #B07B88; }
span { border-color: rgb(176,123,136); }
td.TdClassName
{
border-color: #B07B88;
}
.TagClassName
{
border-color: #B07B88;
}
</style>