Shades of Old Rose #B5304E
Tints of Old Rose #B5304E
RGB
CMYK
RGB Variations
Color information
#B5304E (or 0xB5304E) is known color: Old Rose. HEX triplet: B5, 30 and 4E. RGB value is (181,48,78). Sum of RGB (Red+Green+Blue) = 181+48+78=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5304E is #4ACFB1. Grayscale: #5B5B5B. Windows color (decimal): -4902834 or 5124277. OLE color: 5124277.
HSL color Cylindrical-coordinate representation of color #B5304E: hue angle of 346.47º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5304E is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 78 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.29 |
| HSL | 346.47º | 0.58% | 0.45% | - |
| HSV(B) | 346.47º | 0.73% | 0.71% | - |
| XYZ | 21.49 | 12.49 | 8.49 | - |
| YUV | 91.19 | 120.56 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 78 | 0 | 0.73 | 0.57 | 0.29 | 346.47 | 0.58 | 0.45 |
| Hex | B5 | 30 | 4E | 0 | 49 | 39 | 1D | 15A | 3A | 2D |
| Octal | 265 | 60 | 116 | 0 | 111 | 71 | 35 | 532 | 72 | 55 |
| Binary | 10110101 | 110000 | 1001110 | 0 | 1001001 | 111001 | 11101 | 101011010 | 111010 | 101101 |
Color Harmonies of #B5304E
Complementary color
Monochromatic Colors of #B5304E
Black with #B5304E
Text Example
Text Example
White with #B5304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5304E; }
p { color: rgb(181,48,78); }
H1.HeaderClassName
{
color: #B5304E;
}
.AnyTagClassName
{
color: #B5304E;
}
</style>
background-color css
<style>
a { background-color: #B5304E; }
a { background-color: rgb(181,48,78); }
div.DivClassName
{
background-color: #B5304E;
}
.BgClassName
{
background-color: #B5304E;
}
</style>
border-color css
<style>
span { border-color: #B5304E; }
span { border-color: rgb(181,48,78); }
td.TdClassName
{
border-color: #B5304E;
}
.TagClassName
{
border-color: #B5304E;
}
</style>