Shades of Old Rose #B7295B
Tints of Old Rose #B7295B
RGB
CMYK
RGB Variations
Color information
#B7295B (or 0xB7295B) is known color: Old Rose. HEX triplet: B7, 29 and 5B. RGB value is (183,41,91). Sum of RGB (Red+Green+Blue) = 183+41+91=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B7295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7295B is #48D6A4. Grayscale: #595959. Windows color (decimal): -4773541 or 5974455. OLE color: 5974455.
HSL color Cylindrical-coordinate representation of color #B7295B: hue angle of 338.87º 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 #B7295B is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 91 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.28 |
| HSL | 338.87º | 0.63% | 0.44% | - |
| HSV(B) | 338.87º | 0.78% | 0.72% | - |
| XYZ | 22.21 | 12.41 | 11.12 | - |
| YUV | 89.16 | 129.04 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 91 | 0 | 0.78 | 0.50 | 0.28 | 338.87 | 0.63 | 0.44 |
| Hex | B7 | 29 | 5B | 0 | 4E | 32 | 1C | 153 | 3F | 2C |
| Octal | 267 | 51 | 133 | 0 | 116 | 62 | 34 | 523 | 77 | 54 |
| Binary | 10110111 | 101001 | 1011011 | 0 | 1001110 | 110010 | 11100 | 101010011 | 111111 | 101100 |
Color Harmonies of #B7295B
Complementary color
Monochromatic Colors of #B7295B
Black with #B7295B
Text Example
Text Example
White with #B7295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7295B; }
p { color: rgb(183,41,91); }
H1.HeaderClassName
{
color: #B7295B;
}
.AnyTagClassName
{
color: #B7295B;
}
</style>
background-color css
<style>
a { background-color: #B7295B; }
a { background-color: rgb(183,41,91); }
div.DivClassName
{
background-color: #B7295B;
}
.BgClassName
{
background-color: #B7295B;
}
</style>
border-color css
<style>
span { border-color: #B7295B; }
span { border-color: rgb(183,41,91); }
td.TdClassName
{
border-color: #B7295B;
}
.TagClassName
{
border-color: #B7295B;
}
</style>