Shades of Old Rose #B7294D
Tints of Old Rose #B7294D
RGB
CMYK
RGB Variations
Color information
#B7294D (or 0xB7294D) is known color: Old Rose. HEX triplet: B7, 29 and 4D. RGB value is (183,41,77). Sum of RGB (Red+Green+Blue) = 183+41+77=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7294D is #48D6B2. Grayscale: #575757. Windows color (decimal): -4773555 or 5056951. OLE color: 5056951.
HSL color Cylindrical-coordinate representation of color #B7294D: hue angle of 344.79º 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 #B7294D is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 77 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.28 |
| HSL | 344.79º | 0.63% | 0.44% | - |
| HSV(B) | 344.79º | 0.78% | 0.72% | - |
| XYZ | 21.66 | 12.19 | 8.23 | - |
| YUV | 87.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 77 | 0 | 0.78 | 0.58 | 0.28 | 344.79 | 0.63 | 0.44 |
| Hex | B7 | 29 | 4D | 0 | 4E | 3A | 1C | 159 | 3F | 2C |
| Octal | 267 | 51 | 115 | 0 | 116 | 72 | 34 | 531 | 77 | 54 |
| Binary | 10110111 | 101001 | 1001101 | 0 | 1001110 | 111010 | 11100 | 101011001 | 111111 | 101100 |
Color Harmonies of #B7294D
Complementary color
Monochromatic Colors of #B7294D
Black with #B7294D
Text Example
Text Example
White with #B7294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7294D; }
p { color: rgb(183,41,77); }
H1.HeaderClassName
{
color: #B7294D;
}
.AnyTagClassName
{
color: #B7294D;
}
</style>
background-color css
<style>
a { background-color: #B7294D; }
a { background-color: rgb(183,41,77); }
div.DivClassName
{
background-color: #B7294D;
}
.BgClassName
{
background-color: #B7294D;
}
</style>
border-color css
<style>
span { border-color: #B7294D; }
span { border-color: rgb(183,41,77); }
td.TdClassName
{
border-color: #B7294D;
}
.TagClassName
{
border-color: #B7294D;
}
</style>