Shades of Old Rose #B5295D
Tints of Old Rose #B5295D
RGB
CMYK
RGB Variations
Color information
#B5295D (or 0xB5295D) is known color: Old Rose. HEX triplet: B5, 29 and 5D. RGB value is (181,41,93). Sum of RGB (Red+Green+Blue) = 181+41+93=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B5295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5295D is #4AD6A2. Grayscale: #585858. Windows color (decimal): -4904611 or 6105525. OLE color: 6105525.
HSL color Cylindrical-coordinate representation of color #B5295D: hue angle of 337.71º 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 #B5295D is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 41 | 93 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.29 |
| HSL | 337.71º | 0.63% | 0.44% | - |
| HSV(B) | 337.71º | 0.77% | 0.71% | - |
| XYZ | 21.82 | 12.2 | 11.56 | - |
| YUV | 88.79 | 130.38 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 41 | 93 | 0 | 0.77 | 0.49 | 0.29 | 337.71 | 0.63 | 0.44 |
| Hex | B5 | 29 | 5D | 0 | 4D | 31 | 1D | 152 | 3F | 2C |
| Octal | 265 | 51 | 135 | 0 | 115 | 61 | 35 | 522 | 77 | 54 |
| Binary | 10110101 | 101001 | 1011101 | 0 | 1001101 | 110001 | 11101 | 101010010 | 111111 | 101100 |
Color Harmonies of #B5295D
Complementary color
Monochromatic Colors of #B5295D
Black with #B5295D
Text Example
Text Example
White with #B5295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5295D; }
p { color: rgb(181,41,93); }
H1.HeaderClassName
{
color: #B5295D;
}
.AnyTagClassName
{
color: #B5295D;
}
</style>
background-color css
<style>
a { background-color: #B5295D; }
a { background-color: rgb(181,41,93); }
div.DivClassName
{
background-color: #B5295D;
}
.BgClassName
{
background-color: #B5295D;
}
</style>
border-color css
<style>
span { border-color: #B5295D; }
span { border-color: rgb(181,41,93); }
td.TdClassName
{
border-color: #B5295D;
}
.TagClassName
{
border-color: #B5295D;
}
</style>