Shades of Old Rose #B53855
Tints of Old Rose #B53855
RGB
CMYK
RGB Variations
Color information
#B53855 (or 0xB53855) is known color: Old Rose. HEX triplet: B5, 38 and 55. RGB value is (181,56,85). Sum of RGB (Red+Green+Blue) = 181+56+85=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B53855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53855 is #4AC7AA. Grayscale: #606060. Windows color (decimal): -4900779 or 5585077. OLE color: 5585077.
HSL color Cylindrical-coordinate representation of color #B53855: hue angle of 346.08º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53855 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 85 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.29 |
| HSL | 346.08º | 0.53% | 0.46% | - |
| HSV(B) | 346.08º | 0.69% | 0.71% | - |
| XYZ | 22.11 | 13.31 | 10 | - |
| YUV | 96.68 | 121.41 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 85 | 0 | 0.69 | 0.53 | 0.29 | 346.08 | 0.53 | 0.46 |
| Hex | B5 | 38 | 55 | 0 | 45 | 35 | 1D | 15A | 35 | 2E |
| Octal | 265 | 70 | 125 | 0 | 105 | 65 | 35 | 532 | 65 | 56 |
| Binary | 10110101 | 111000 | 1010101 | 0 | 1000101 | 110101 | 11101 | 101011010 | 110101 | 101110 |
Color Harmonies of #B53855
Complementary color
Monochromatic Colors of #B53855
Black with #B53855
Text Example
Text Example
White with #B53855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53855; }
p { color: rgb(181,56,85); }
H1.HeaderClassName
{
color: #B53855;
}
.AnyTagClassName
{
color: #B53855;
}
</style>
background-color css
<style>
a { background-color: #B53855; }
a { background-color: rgb(181,56,85); }
div.DivClassName
{
background-color: #B53855;
}
.BgClassName
{
background-color: #B53855;
}
</style>
border-color css
<style>
span { border-color: #B53855; }
span { border-color: rgb(181,56,85); }
td.TdClassName
{
border-color: #B53855;
}
.TagClassName
{
border-color: #B53855;
}
</style>