Shades of Old Rose #B72A5A
Tints of Old Rose #B72A5A
RGB
CMYK
RGB Variations
Color information
#B72A5A (or 0xB72A5A) is known color: Old Rose. HEX triplet: B7, 2A and 5A. RGB value is (183,42,90). Sum of RGB (Red+Green+Blue) = 183+42+90=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A5A is #48D5A5. Grayscale: #595959. Windows color (decimal): -4773286 or 5909175. OLE color: 5909175.
HSL color Cylindrical-coordinate representation of color #B72A5A: hue angle of 339.57º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72A5A is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 90 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.28 |
| HSL | 339.57º | 0.63% | 0.44% | - |
| HSV(B) | 339.57º | 0.77% | 0.72% | - |
| XYZ | 22.2 | 12.46 | 10.91 | - |
| YUV | 89.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 90 | 0 | 0.77 | 0.51 | 0.28 | 339.57 | 0.63 | 0.44 |
| Hex | B7 | 2A | 5A | 0 | 4D | 33 | 1C | 154 | 3F | 2C |
| Octal | 267 | 52 | 132 | 0 | 115 | 63 | 34 | 524 | 77 | 54 |
| Binary | 10110111 | 101010 | 1011010 | 0 | 1001101 | 110011 | 11100 | 101010100 | 111111 | 101100 |
Color Harmonies of #B72A5A
Complementary color
Monochromatic Colors of #B72A5A
Black with #B72A5A
Text Example
Text Example
White with #B72A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72A5A; }
p { color: rgb(183,42,90); }
H1.HeaderClassName
{
color: #B72A5A;
}
.AnyTagClassName
{
color: #B72A5A;
}
</style>
background-color css
<style>
a { background-color: #B72A5A; }
a { background-color: rgb(183,42,90); }
div.DivClassName
{
background-color: #B72A5A;
}
.BgClassName
{
background-color: #B72A5A;
}
</style>
border-color css
<style>
span { border-color: #B72A5A; }
span { border-color: rgb(183,42,90); }
td.TdClassName
{
border-color: #B72A5A;
}
.TagClassName
{
border-color: #B72A5A;
}
</style>