Shades of Tapestry #B0627B
Tints of Tapestry #B0627B
RGB
CMYK
RGB Variations
Color information
#B0627B (or 0xB0627B) is known color: Tapestry. HEX triplet: B0, 62 and 7B. RGB value is (176,98,123). Sum of RGB (Red+Green+Blue) = 176+98+123=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0627B is #4F9D84. Grayscale: #7C7C7C. Windows color (decimal): -5217669 or 8086192. OLE color: 8086192.
HSL color Cylindrical-coordinate representation of color #B0627B: hue angle of 340.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0627B is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 123 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.31 |
| HSL | 340.77º | 0.33% | 0.54% | - |
| HSV(B) | 340.77º | 0.44% | 0.69% | - |
| XYZ | 25.85 | 19.4 | 21.12 | - |
| YUV | 124.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 123 | 0 | 0.44 | 0.30 | 0.31 | 340.77 | 0.33 | 0.54 |
| Hex | B0 | 62 | 7B | 0 | 2C | 1E | 1F | 155 | 21 | 36 |
| Octal | 260 | 142 | 173 | 0 | 54 | 36 | 37 | 525 | 41 | 66 |
| Binary | 10110000 | 1100010 | 1111011 | 0 | 101100 | 11110 | 11111 | 101010101 | 100001 | 110110 |
Color Harmonies of #B0627B
Complementary color
Monochromatic Colors of #B0627B
Black with #B0627B
Text Example
Text Example
White with #B0627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0627B; }
p { color: rgb(176,98,123); }
H1.HeaderClassName
{
color: #B0627B;
}
.AnyTagClassName
{
color: #B0627B;
}
</style>
background-color css
<style>
a { background-color: #B0627B; }
a { background-color: rgb(176,98,123); }
div.DivClassName
{
background-color: #B0627B;
}
.BgClassName
{
background-color: #B0627B;
}
</style>
border-color css
<style>
span { border-color: #B0627B; }
span { border-color: rgb(176,98,123); }
td.TdClassName
{
border-color: #B0627B;
}
.TagClassName
{
border-color: #B0627B;
}
</style>