Shades of Tapestry #B0738F
Tints of Tapestry #B0738F
RGB
CMYK
RGB Variations
Color information
#B0738F (or 0xB0738F) is known color: Tapestry. HEX triplet: B0, 73 and 8F. RGB value is (176,115,143). Sum of RGB (Red+Green+Blue) = 176+115+143=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0738F is #4F8C70. Grayscale: #888888. Windows color (decimal): -5213297 or 9401264. OLE color: 9401264.
HSL color Cylindrical-coordinate representation of color #B0738F: hue angle of 332.46º 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 #B0738F is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 143 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.31 |
| HSL | 332.46º | 0.28% | 0.57% | - |
| HSV(B) | 332.46º | 0.35% | 0.69% | - |
| XYZ | 28.99 | 23.47 | 28.99 | - |
| YUV | 136.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 143 | 0 | 0.35 | 0.19 | 0.31 | 332.46 | 0.28 | 0.57 |
| Hex | B0 | 73 | 8F | 0 | 23 | 13 | 1F | 14C | 1C | 39 |
| Octal | 260 | 163 | 217 | 0 | 43 | 23 | 37 | 514 | 34 | 71 |
| Binary | 10110000 | 1110011 | 10001111 | 0 | 100011 | 10011 | 11111 | 101001100 | 11100 | 111001 |
Color Harmonies of #B0738F
Complementary color
Monochromatic Colors of #B0738F
Black with #B0738F
Text Example
Text Example
White with #B0738F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0738F; }
p { color: rgb(176,115,143); }
H1.HeaderClassName
{
color: #B0738F;
}
.AnyTagClassName
{
color: #B0738F;
}
</style>
background-color css
<style>
a { background-color: #B0738F; }
a { background-color: rgb(176,115,143); }
div.DivClassName
{
background-color: #B0738F;
}
.BgClassName
{
background-color: #B0738F;
}
</style>
border-color css
<style>
span { border-color: #B0738F; }
span { border-color: rgb(176,115,143); }
td.TdClassName
{
border-color: #B0738F;
}
.TagClassName
{
border-color: #B0738F;
}
</style>