Shades of Old Rose #B5295A
Tints of Old Rose #B5295A
RGB
CMYK
RGB Variations
Color information
#B5295A (or 0xB5295A) is known color: Old Rose. HEX triplet: B5, 29 and 5A. RGB value is (181,41,90). Sum of RGB (Red+Green+Blue) = 181+41+90=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5295A is #4AD6A5. Grayscale: #585858. Windows color (decimal): -4904614 or 5908917. OLE color: 5908917.
HSL color Cylindrical-coordinate representation of color #B5295A: hue angle of 339º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5295A is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 90 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.29 |
| HSL | 339º | 0.63% | 0.44% | - |
| HSV(B) | 339º | 0.77% | 0.71% | - |
| XYZ | 21.69 | 12.15 | 10.87 | - |
| YUV | 88.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 90 | 0 | 0.77 | 0.50 | 0.29 | 339 | 0.63 | 0.44 |
| Hex | B5 | 29 | 5A | 0 | 4D | 32 | 1D | 153 | 3F | 2C |
| Octal | 265 | 51 | 132 | 0 | 115 | 62 | 35 | 523 | 77 | 54 |
| Binary | 10110101 | 101001 | 1011010 | 0 | 1001101 | 110010 | 11101 | 101010011 | 111111 | 101100 |
Color Harmonies of #B5295A
Complementary color
Monochromatic Colors of #B5295A
Black with #B5295A
Text Example
Text Example
White with #B5295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5295A; }
p { color: rgb(181,41,90); }
H1.HeaderClassName
{
color: #B5295A;
}
.AnyTagClassName
{
color: #B5295A;
}
</style>
background-color css
<style>
a { background-color: #B5295A; }
a { background-color: rgb(181,41,90); }
div.DivClassName
{
background-color: #B5295A;
}
.BgClassName
{
background-color: #B5295A;
}
</style>
border-color css
<style>
span { border-color: #B5295A; }
span { border-color: rgb(181,41,90); }
td.TdClassName
{
border-color: #B5295A;
}
.TagClassName
{
border-color: #B5295A;
}
</style>