Shades of Old Rose #B53256
Tints of Old Rose #B53256
RGB
CMYK
RGB Variations
Color information
#B53256 (or 0xB53256) is known color: Old Rose. HEX triplet: B5, 32 and 56. RGB value is (181,50,86). Sum of RGB (Red+Green+Blue) = 181+50+86=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B53256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53256 is #4ACDA9. Grayscale: #5D5D5D. Windows color (decimal): -4902314 or 5649077. OLE color: 5649077.
HSL color Cylindrical-coordinate representation of color #B53256: hue angle of 343.51º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53256 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 86 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.29 |
| HSL | 343.51º | 0.57% | 0.45% | - |
| HSV(B) | 343.51º | 0.72% | 0.71% | - |
| XYZ | 21.88 | 12.78 | 10.12 | - |
| YUV | 93.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 86 | 0 | 0.72 | 0.52 | 0.29 | 343.51 | 0.57 | 0.45 |
| Hex | B5 | 32 | 56 | 0 | 48 | 34 | 1D | 158 | 39 | 2D |
| Octal | 265 | 62 | 126 | 0 | 110 | 64 | 35 | 530 | 71 | 55 |
| Binary | 10110101 | 110010 | 1010110 | 0 | 1001000 | 110100 | 11101 | 101011000 | 111001 | 101101 |
Color Harmonies of #B53256
Complementary color
Monochromatic Colors of #B53256
Black with #B53256
Text Example
Text Example
White with #B53256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53256; }
p { color: rgb(181,50,86); }
H1.HeaderClassName
{
color: #B53256;
}
.AnyTagClassName
{
color: #B53256;
}
</style>
background-color css
<style>
a { background-color: #B53256; }
a { background-color: rgb(181,50,86); }
div.DivClassName
{
background-color: #B53256;
}
.BgClassName
{
background-color: #B53256;
}
</style>
border-color css
<style>
span { border-color: #B53256; }
span { border-color: rgb(181,50,86); }
td.TdClassName
{
border-color: #B53256;
}
.TagClassName
{
border-color: #B53256;
}
</style>