Shades of Old Rose #B5284B
Tints of Old Rose #B5284B
RGB
CMYK
RGB Variations
Color information
#B5284B (or 0xB5284B) is known color: Old Rose. HEX triplet: B5, 28 and 4B. RGB value is (181,40,75). Sum of RGB (Red+Green+Blue) = 181+40+75=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5284B is #4AD7B4. Grayscale: #565656. Windows color (decimal): -4904885 or 4925621. OLE color: 4925621.
HSL color Cylindrical-coordinate representation of color #B5284B: hue angle of 345.11º 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 #B5284B is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 75 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.29 |
| HSL | 345.11º | 0.64% | 0.43% | - |
| HSV(B) | 345.11º | 0.78% | 0.71% | - |
| XYZ | 21.08 | 11.85 | 7.83 | - |
| YUV | 86.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 75 | 0 | 0.78 | 0.59 | 0.29 | 345.11 | 0.64 | 0.43 |
| Hex | B5 | 28 | 4B | 0 | 4E | 3B | 1D | 159 | 40 | 2B |
| Octal | 265 | 50 | 113 | 0 | 116 | 73 | 35 | 531 | 100 | 53 |
| Binary | 10110101 | 101000 | 1001011 | 0 | 1001110 | 111011 | 11101 | 101011001 | 1000000 | 101011 |
Color Harmonies of #B5284B
Complementary color
Monochromatic Colors of #B5284B
Black with #B5284B
Text Example
Text Example
White with #B5284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5284B; }
p { color: rgb(181,40,75); }
H1.HeaderClassName
{
color: #B5284B;
}
.AnyTagClassName
{
color: #B5284B;
}
</style>
background-color css
<style>
a { background-color: #B5284B; }
a { background-color: rgb(181,40,75); }
div.DivClassName
{
background-color: #B5284B;
}
.BgClassName
{
background-color: #B5284B;
}
</style>
border-color css
<style>
span { border-color: #B5284B; }
span { border-color: rgb(181,40,75); }
td.TdClassName
{
border-color: #B5284B;
}
.TagClassName
{
border-color: #B5284B;
}
</style>