Shades of Old Rose #B72F5D
Tints of Old Rose #B72F5D
RGB
CMYK
RGB Variations
Color information
#B72F5D (or 0xB72F5D) is known color: Old Rose. HEX triplet: B7, 2F and 5D. RGB value is (183,47,93). Sum of RGB (Red+Green+Blue) = 183+47+93=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72F5D is #48D0A2. Grayscale: #5C5C5C. Windows color (decimal): -4772003 or 6107063. OLE color: 6107063.
HSL color Cylindrical-coordinate representation of color #B72F5D: hue angle of 339.71º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B72F5D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 47 | 93 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.28 |
| HSL | 339.71º | 0.59% | 0.45% | - |
| HSV(B) | 339.71º | 0.74% | 0.72% | - |
| XYZ | 22.52 | 12.89 | 11.66 | - |
| YUV | 92.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 47 | 93 | 0 | 0.74 | 0.49 | 0.28 | 339.71 | 0.59 | 0.45 |
| Hex | B7 | 2F | 5D | 0 | 4A | 31 | 1C | 154 | 3B | 2D |
| Octal | 267 | 57 | 135 | 0 | 112 | 61 | 34 | 524 | 73 | 55 |
| Binary | 10110111 | 101111 | 1011101 | 0 | 1001010 | 110001 | 11100 | 101010100 | 111011 | 101101 |
Color Harmonies of #B72F5D
Complementary color
Monochromatic Colors of #B72F5D
Black with #B72F5D
Text Example
Text Example
White with #B72F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72F5D; }
p { color: rgb(183,47,93); }
H1.HeaderClassName
{
color: #B72F5D;
}
.AnyTagClassName
{
color: #B72F5D;
}
</style>
background-color css
<style>
a { background-color: #B72F5D; }
a { background-color: rgb(183,47,93); }
div.DivClassName
{
background-color: #B72F5D;
}
.BgClassName
{
background-color: #B72F5D;
}
</style>
border-color css
<style>
span { border-color: #B72F5D; }
span { border-color: rgb(183,47,93); }
td.TdClassName
{
border-color: #B72F5D;
}
.TagClassName
{
border-color: #B72F5D;
}
</style>