Shades of Old Rose #B7204E
Tints of Old Rose #B7204E
RGB
CMYK
RGB Variations
Color information
#B7204E (or 0xB7204E) is known color: Old Rose. HEX triplet: B7, 20 and 4E. RGB value is (183,32,78). Sum of RGB (Red+Green+Blue) = 183+32+78=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7204E is #48DFB1. Grayscale: #525252. Windows color (decimal): -4775858 or 5120183. OLE color: 5120183.
HSL color Cylindrical-coordinate representation of color #B7204E: hue angle of 341.72º 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 #B7204E is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 78 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.28 |
| HSL | 341.72º | 0.7% | 0.42% | - |
| HSV(B) | 341.72º | 0.83% | 0.72% | - |
| XYZ | 21.42 | 11.65 | 8.33 | - |
| YUV | 82.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 78 | 0 | 0.83 | 0.57 | 0.28 | 341.72 | 0.7 | 0.42 |
| Hex | B7 | 20 | 4E | 0 | 53 | 39 | 1C | 156 | 46 | 2A |
| Octal | 267 | 40 | 116 | 0 | 123 | 71 | 34 | 526 | 106 | 52 |
| Binary | 10110111 | 100000 | 1001110 | 0 | 1010011 | 111001 | 11100 | 101010110 | 1000110 | 101010 |
Color Harmonies of #B7204E
Complementary color
Monochromatic Colors of #B7204E
Black with #B7204E
Text Example
Text Example
White with #B7204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7204E; }
p { color: rgb(183,32,78); }
H1.HeaderClassName
{
color: #B7204E;
}
.AnyTagClassName
{
color: #B7204E;
}
</style>
background-color css
<style>
a { background-color: #B7204E; }
a { background-color: rgb(183,32,78); }
div.DivClassName
{
background-color: #B7204E;
}
.BgClassName
{
background-color: #B7204E;
}
</style>
border-color css
<style>
span { border-color: #B7204E; }
span { border-color: rgb(183,32,78); }
td.TdClassName
{
border-color: #B7204E;
}
.TagClassName
{
border-color: #B7204E;
}
</style>