Shades of Old Rose #B5255D
Tints of Old Rose #B5255D
RGB
CMYK
RGB Variations
Color information
#B5255D (or 0xB5255D) is known color: Old Rose. HEX triplet: B5, 25 and 5D. RGB value is (181,37,93). Sum of RGB (Red+Green+Blue) = 181+37+93=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B5255D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5255D is #4ADAA2. Grayscale: #565656. Windows color (decimal): -4905635 or 6104501. OLE color: 6104501.
HSL color Cylindrical-coordinate representation of color #B5255D: hue angle of 336.67º 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 #B5255D is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 93 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.29 |
| HSL | 336.67º | 0.66% | 0.43% | - |
| HSV(B) | 336.67º | 0.8% | 0.71% | - |
| XYZ | 21.69 | 11.94 | 11.52 | - |
| YUV | 86.44 | 131.71 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 93 | 0 | 0.80 | 0.49 | 0.29 | 336.67 | 0.66 | 0.43 |
| Hex | B5 | 25 | 5D | 0 | 50 | 31 | 1D | 151 | 42 | 2B |
| Octal | 265 | 45 | 135 | 0 | 120 | 61 | 35 | 521 | 102 | 53 |
| Binary | 10110101 | 100101 | 1011101 | 0 | 1010000 | 110001 | 11101 | 101010001 | 1000010 | 101011 |
Color Harmonies of #B5255D
Complementary color
Monochromatic Colors of #B5255D
Black with #B5255D
Text Example
Text Example
White with #B5255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5255D; }
p { color: rgb(181,37,93); }
H1.HeaderClassName
{
color: #B5255D;
}
.AnyTagClassName
{
color: #B5255D;
}
</style>
background-color css
<style>
a { background-color: #B5255D; }
a { background-color: rgb(181,37,93); }
div.DivClassName
{
background-color: #B5255D;
}
.BgClassName
{
background-color: #B5255D;
}
</style>
border-color css
<style>
span { border-color: #B5255D; }
span { border-color: rgb(181,37,93); }
td.TdClassName
{
border-color: #B5255D;
}
.TagClassName
{
border-color: #B5255D;
}
</style>