Shades of Tapestry #B4607B
Tints of Tapestry #B4607B
RGB
CMYK
RGB Variations
Color information
#B4607B (or 0xB4607B) is known color: Tapestry. HEX triplet: B4, 60 and 7B. RGB value is (180,96,123). Sum of RGB (Red+Green+Blue) = 180+96+123=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B4607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4607B is #4B9F84. Grayscale: #7C7C7C. Windows color (decimal): -4956037 or 8085684. OLE color: 8085684.
HSL color Cylindrical-coordinate representation of color #B4607B: hue angle of 340.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4607B is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 96 | 123 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.29 |
| HSL | 340.71º | 0.36% | 0.54% | - |
| HSV(B) | 340.71º | 0.47% | 0.71% | - |
| XYZ | 26.58 | 19.5 | 21.1 | - |
| YUV | 124.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 96 | 123 | 0 | 0.47 | 0.32 | 0.29 | 340.71 | 0.36 | 0.54 |
| Hex | B4 | 60 | 7B | 0 | 2F | 20 | 1D | 155 | 24 | 36 |
| Octal | 264 | 140 | 173 | 0 | 57 | 40 | 35 | 525 | 44 | 66 |
| Binary | 10110100 | 1100000 | 1111011 | 0 | 101111 | 100000 | 11101 | 101010101 | 100100 | 110110 |
Color Harmonies of #B4607B
Complementary color
Monochromatic Colors of #B4607B
Black with #B4607B
Text Example
Text Example
White with #B4607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4607B; }
p { color: rgb(180,96,123); }
H1.HeaderClassName
{
color: #B4607B;
}
.AnyTagClassName
{
color: #B4607B;
}
</style>
background-color css
<style>
a { background-color: #B4607B; }
a { background-color: rgb(180,96,123); }
div.DivClassName
{
background-color: #B4607B;
}
.BgClassName
{
background-color: #B4607B;
}
</style>
border-color css
<style>
span { border-color: #B4607B; }
span { border-color: rgb(180,96,123); }
td.TdClassName
{
border-color: #B4607B;
}
.TagClassName
{
border-color: #B4607B;
}
</style>