Shades of Tapestry #B0627D
Tints of Tapestry #B0627D
RGB
CMYK
RGB Variations
Color information
#B0627D (or 0xB0627D) is known color: Tapestry. HEX triplet: B0, 62 and 7D. RGB value is (176,98,125). Sum of RGB (Red+Green+Blue) = 176+98+125=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0627D is #4F9D82. Grayscale: #7C7C7C. Windows color (decimal): -5217667 or 8217264. OLE color: 8217264.
HSL color Cylindrical-coordinate representation of color #B0627D: hue angle of 339.23º 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 #B0627D is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 98 | 125 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.31 |
| HSL | 339.23º | 0.33% | 0.54% | - |
| HSV(B) | 339.23º | 0.44% | 0.69% | - |
| XYZ | 25.97 | 19.45 | 21.79 | - |
| YUV | 124.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 98 | 125 | 0 | 0.44 | 0.29 | 0.31 | 339.23 | 0.33 | 0.54 |
| Hex | B0 | 62 | 7D | 0 | 2C | 1D | 1F | 153 | 21 | 36 |
| Octal | 260 | 142 | 175 | 0 | 54 | 35 | 37 | 523 | 41 | 66 |
| Binary | 10110000 | 1100010 | 1111101 | 0 | 101100 | 11101 | 11111 | 101010011 | 100001 | 110110 |
Color Harmonies of #B0627D
Complementary color
Monochromatic Colors of #B0627D
Black with #B0627D
Text Example
Text Example
White with #B0627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0627D; }
p { color: rgb(176,98,125); }
H1.HeaderClassName
{
color: #B0627D;
}
.AnyTagClassName
{
color: #B0627D;
}
</style>
background-color css
<style>
a { background-color: #B0627D; }
a { background-color: rgb(176,98,125); }
div.DivClassName
{
background-color: #B0627D;
}
.BgClassName
{
background-color: #B0627D;
}
</style>
border-color css
<style>
span { border-color: #B0627D; }
span { border-color: rgb(176,98,125); }
td.TdClassName
{
border-color: #B0627D;
}
.TagClassName
{
border-color: #B0627D;
}
</style>