Shades of Old Rose #B5285D
Tints of Old Rose #B5285D
RGB
CMYK
RGB Variations
Color information
#B5285D (or 0xB5285D) is known color: Old Rose. HEX triplet: B5, 28 and 5D. RGB value is (181,40,93). Sum of RGB (Red+Green+Blue) = 181+40+93=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B5285D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5285D is #4AD7A2. Grayscale: #585858. Windows color (decimal): -4904867 or 6105269. OLE color: 6105269.
HSL color Cylindrical-coordinate representation of color #B5285D: hue angle of 337.45º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5285D is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 93 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.29 |
| HSL | 337.45º | 0.64% | 0.43% | - |
| HSV(B) | 337.45º | 0.78% | 0.71% | - |
| XYZ | 21.79 | 12.13 | 11.55 | - |
| YUV | 88.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 93 | 0 | 0.78 | 0.49 | 0.29 | 337.45 | 0.64 | 0.43 |
| Hex | B5 | 28 | 5D | 0 | 4E | 31 | 1D | 151 | 40 | 2B |
| Octal | 265 | 50 | 135 | 0 | 116 | 61 | 35 | 521 | 100 | 53 |
| Binary | 10110101 | 101000 | 1011101 | 0 | 1001110 | 110001 | 11101 | 101010001 | 1000000 | 101011 |
Color Harmonies of #B5285D
Complementary color
Monochromatic Colors of #B5285D
Black with #B5285D
Text Example
Text Example
White with #B5285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5285D; }
p { color: rgb(181,40,93); }
H1.HeaderClassName
{
color: #B5285D;
}
.AnyTagClassName
{
color: #B5285D;
}
</style>
background-color css
<style>
a { background-color: #B5285D; }
a { background-color: rgb(181,40,93); }
div.DivClassName
{
background-color: #B5285D;
}
.BgClassName
{
background-color: #B5285D;
}
</style>
border-color css
<style>
span { border-color: #B5285D; }
span { border-color: rgb(181,40,93); }
td.TdClassName
{
border-color: #B5285D;
}
.TagClassName
{
border-color: #B5285D;
}
</style>