Shades of Old Rose #B7225D
Tints of Old Rose #B7225D
RGB
CMYK
RGB Variations
Color information
#B7225D (or 0xB7225D) is known color: Old Rose. HEX triplet: B7, 22 and 5D. RGB value is (183,34,93). Sum of RGB (Red+Green+Blue) = 183+34+93=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7225D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7225D is #48DDA2. Grayscale: #555555. Windows color (decimal): -4775331 or 6103735. OLE color: 6103735.
HSL color Cylindrical-coordinate representation of color #B7225D: hue angle of 336.24º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7225D is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 93 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.28 |
| HSL | 336.24º | 0.69% | 0.43% | - |
| HSV(B) | 336.24º | 0.81% | 0.72% | - |
| XYZ | 22.08 | 12 | 11.51 | - |
| YUV | 85.28 | 132.36 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 93 | 0 | 0.81 | 0.49 | 0.28 | 336.24 | 0.69 | 0.43 |
| Hex | B7 | 22 | 5D | 0 | 51 | 31 | 1C | 150 | 45 | 2B |
| Octal | 267 | 42 | 135 | 0 | 121 | 61 | 34 | 520 | 105 | 53 |
| Binary | 10110111 | 100010 | 1011101 | 0 | 1010001 | 110001 | 11100 | 101010000 | 1000101 | 101011 |
Color Harmonies of #B7225D
Complementary color
Monochromatic Colors of #B7225D
Black with #B7225D
Text Example
Text Example
White with #B7225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7225D; }
p { color: rgb(183,34,93); }
H1.HeaderClassName
{
color: #B7225D;
}
.AnyTagClassName
{
color: #B7225D;
}
</style>
background-color css
<style>
a { background-color: #B7225D; }
a { background-color: rgb(183,34,93); }
div.DivClassName
{
background-color: #B7225D;
}
.BgClassName
{
background-color: #B7225D;
}
</style>
border-color css
<style>
span { border-color: #B7225D; }
span { border-color: rgb(183,34,93); }
td.TdClassName
{
border-color: #B7225D;
}
.TagClassName
{
border-color: #B7225D;
}
</style>