Shades of Tapestry #B0607B
Tints of Tapestry #B0607B
RGB
CMYK
RGB Variations
Color information
#B0607B (or 0xB0607B) is known color: Tapestry. HEX triplet: B0, 60 and 7B. RGB value is (176,96,123). Sum of RGB (Red+Green+Blue) = 176+96+123=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0607B is #4F9F84. Grayscale: #7A7A7A. Windows color (decimal): -5218181 or 8085680. OLE color: 8085680.
HSL color Cylindrical-coordinate representation of color #B0607B: hue angle of 339.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0607B is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 123 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.31 |
| HSL | 339.75º | 0.34% | 0.53% | - |
| HSV(B) | 339.75º | 0.45% | 0.69% | - |
| XYZ | 25.66 | 19.03 | 21.06 | - |
| YUV | 123 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 123 | 0 | 0.45 | 0.30 | 0.31 | 339.75 | 0.34 | 0.53 |
| Hex | B0 | 60 | 7B | 0 | 2D | 1E | 1F | 154 | 22 | 35 |
| Octal | 260 | 140 | 173 | 0 | 55 | 36 | 37 | 524 | 42 | 65 |
| Binary | 10110000 | 1100000 | 1111011 | 0 | 101101 | 11110 | 11111 | 101010100 | 100010 | 110101 |
Color Harmonies of #B0607B
Complementary color
Monochromatic Colors of #B0607B
Black with #B0607B
Text Example
Text Example
White with #B0607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0607B; }
p { color: rgb(176,96,123); }
H1.HeaderClassName
{
color: #B0607B;
}
.AnyTagClassName
{
color: #B0607B;
}
</style>
background-color css
<style>
a { background-color: #B0607B; }
a { background-color: rgb(176,96,123); }
div.DivClassName
{
background-color: #B0607B;
}
.BgClassName
{
background-color: #B0607B;
}
</style>
border-color css
<style>
span { border-color: #B0607B; }
span { border-color: rgb(176,96,123); }
td.TdClassName
{
border-color: #B0607B;
}
.TagClassName
{
border-color: #B0607B;
}
</style>