Shades of Old Rose #B5255F
Tints of Old Rose #B5255F
RGB
CMYK
RGB Variations
Color information
#B5255F (or 0xB5255F) is known color: Old Rose. HEX triplet: B5, 25 and 5F. RGB value is (181,37,95). Sum of RGB (Red+Green+Blue) = 181+37+95=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5255F is #4ADAA0. Grayscale: #565656. Windows color (decimal): -4905633 or 6235573. OLE color: 6235573.
HSL color Cylindrical-coordinate representation of color #B5255F: hue angle of 335.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5255F is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 95 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.29 |
| HSL | 335.83º | 0.66% | 0.43% | - |
| HSV(B) | 335.83º | 0.8% | 0.71% | - |
| XYZ | 21.78 | 11.97 | 11.99 | - |
| YUV | 86.67 | 132.71 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 95 | 0 | 0.80 | 0.48 | 0.29 | 335.83 | 0.66 | 0.43 |
| Hex | B5 | 25 | 5F | 0 | 50 | 30 | 1D | 150 | 42 | 2B |
| Octal | 265 | 45 | 137 | 0 | 120 | 60 | 35 | 520 | 102 | 53 |
| Binary | 10110101 | 100101 | 1011111 | 0 | 1010000 | 110000 | 11101 | 101010000 | 1000010 | 101011 |
Color Harmonies of #B5255F
Complementary color
Monochromatic Colors of #B5255F
Black with #B5255F
Text Example
Text Example
White with #B5255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5255F; }
p { color: rgb(181,37,95); }
H1.HeaderClassName
{
color: #B5255F;
}
.AnyTagClassName
{
color: #B5255F;
}
</style>
background-color css
<style>
a { background-color: #B5255F; }
a { background-color: rgb(181,37,95); }
div.DivClassName
{
background-color: #B5255F;
}
.BgClassName
{
background-color: #B5255F;
}
</style>
border-color css
<style>
span { border-color: #B5255F; }
span { border-color: rgb(181,37,95); }
td.TdClassName
{
border-color: #B5255F;
}
.TagClassName
{
border-color: #B5255F;
}
</style>