Shades of Old Rose #B7294B
Tints of Old Rose #B7294B
RGB
CMYK
RGB Variations
Color information
#B7294B (or 0xB7294B) is known color: Old Rose. HEX triplet: B7, 29 and 4B. RGB value is (183,41,75). Sum of RGB (Red+Green+Blue) = 183+41+75=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B7294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7294B is #48D6B4. Grayscale: #575757. Windows color (decimal): -4773557 or 4925879. OLE color: 4925879.
HSL color Cylindrical-coordinate representation of color #B7294B: hue angle of 345.63º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7294B is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 75 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.28 |
| HSL | 345.63º | 0.63% | 0.44% | - |
| HSV(B) | 345.63º | 0.78% | 0.72% | - |
| XYZ | 21.59 | 12.16 | 7.87 | - |
| YUV | 87.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 75 | 0 | 0.78 | 0.59 | 0.28 | 345.63 | 0.63 | 0.44 |
| Hex | B7 | 29 | 4B | 0 | 4E | 3B | 1C | 15A | 3F | 2C |
| Octal | 267 | 51 | 113 | 0 | 116 | 73 | 34 | 532 | 77 | 54 |
| Binary | 10110111 | 101001 | 1001011 | 0 | 1001110 | 111011 | 11100 | 101011010 | 111111 | 101100 |
Color Harmonies of #B7294B
Complementary color
Monochromatic Colors of #B7294B
Black with #B7294B
Text Example
Text Example
White with #B7294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7294B; }
p { color: rgb(183,41,75); }
H1.HeaderClassName
{
color: #B7294B;
}
.AnyTagClassName
{
color: #B7294B;
}
</style>
background-color css
<style>
a { background-color: #B7294B; }
a { background-color: rgb(183,41,75); }
div.DivClassName
{
background-color: #B7294B;
}
.BgClassName
{
background-color: #B7294B;
}
</style>
border-color css
<style>
span { border-color: #B7294B; }
span { border-color: rgb(183,41,75); }
td.TdClassName
{
border-color: #B7294B;
}
.TagClassName
{
border-color: #B7294B;
}
</style>