Shades of Old Rose #B7204F
Tints of Old Rose #B7204F
RGB
CMYK
RGB Variations
Color information
#B7204F (or 0xB7204F) is known color: Old Rose. HEX triplet: B7, 20 and 4F. RGB value is (183,32,79). Sum of RGB (Red+Green+Blue) = 183+32+79=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B7204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7204F is #48DFB0. Grayscale: #525252. Windows color (decimal): -4775857 or 5185719. OLE color: 5185719.
HSL color Cylindrical-coordinate representation of color #B7204F: hue angle of 341.32º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7204F is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 79 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.28 |
| HSL | 341.32º | 0.7% | 0.42% | - |
| HSV(B) | 341.32º | 0.83% | 0.72% | - |
| XYZ | 21.46 | 11.66 | 8.52 | - |
| YUV | 82.51 | 126.03 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 79 | 0 | 0.83 | 0.57 | 0.28 | 341.32 | 0.7 | 0.42 |
| Hex | B7 | 20 | 4F | 0 | 53 | 39 | 1C | 155 | 46 | 2A |
| Octal | 267 | 40 | 117 | 0 | 123 | 71 | 34 | 525 | 106 | 52 |
| Binary | 10110111 | 100000 | 1001111 | 0 | 1010011 | 111001 | 11100 | 101010101 | 1000110 | 101010 |
Color Harmonies of #B7204F
Complementary color
Monochromatic Colors of #B7204F
Black with #B7204F
Text Example
Text Example
White with #B7204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7204F; }
p { color: rgb(183,32,79); }
H1.HeaderClassName
{
color: #B7204F;
}
.AnyTagClassName
{
color: #B7204F;
}
</style>
background-color css
<style>
a { background-color: #B7204F; }
a { background-color: rgb(183,32,79); }
div.DivClassName
{
background-color: #B7204F;
}
.BgClassName
{
background-color: #B7204F;
}
</style>
border-color css
<style>
span { border-color: #B7204F; }
span { border-color: rgb(183,32,79); }
td.TdClassName
{
border-color: #B7204F;
}
.TagClassName
{
border-color: #B7204F;
}
</style>