Shades of Old Rose #B52659
Tints of Old Rose #B52659
RGB
CMYK
RGB Variations
Color information
#B52659 (or 0xB52659) is known color: Old Rose. HEX triplet: B5, 26 and 59. RGB value is (181,38,89). Sum of RGB (Red+Green+Blue) = 181+38+89=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B52659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52659 is #4AD9A6. Grayscale: #565656. Windows color (decimal): -4905383 or 5842613. OLE color: 5842613.
HSL color Cylindrical-coordinate representation of color #B52659: hue angle of 338.6º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B52659 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 38 | 89 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.29 |
| HSL | 338.6º | 0.65% | 0.43% | - |
| HSV(B) | 338.6º | 0.79% | 0.71% | - |
| XYZ | 21.55 | 11.93 | 10.62 | - |
| YUV | 86.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 38 | 89 | 0 | 0.79 | 0.51 | 0.29 | 338.6 | 0.65 | 0.43 |
| Hex | B5 | 26 | 59 | 0 | 4F | 33 | 1D | 153 | 41 | 2B |
| Octal | 265 | 46 | 131 | 0 | 117 | 63 | 35 | 523 | 101 | 53 |
| Binary | 10110101 | 100110 | 1011001 | 0 | 1001111 | 110011 | 11101 | 101010011 | 1000001 | 101011 |
Color Harmonies of #B52659
Complementary color
Monochromatic Colors of #B52659
Black with #B52659
Text Example
Text Example
White with #B52659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52659; }
p { color: rgb(181,38,89); }
H1.HeaderClassName
{
color: #B52659;
}
.AnyTagClassName
{
color: #B52659;
}
</style>
background-color css
<style>
a { background-color: #B52659; }
a { background-color: rgb(181,38,89); }
div.DivClassName
{
background-color: #B52659;
}
.BgClassName
{
background-color: #B52659;
}
</style>
border-color css
<style>
span { border-color: #B52659; }
span { border-color: rgb(181,38,89); }
td.TdClassName
{
border-color: #B52659;
}
.TagClassName
{
border-color: #B52659;
}
</style>