Shades of Old Rose #B93755
Tints of Old Rose #B93755
RGB
CMYK
RGB Variations
Color information
#B93755 (or 0xB93755) is known color: Old Rose. HEX triplet: B9, 37 and 55. RGB value is (185,55,85). Sum of RGB (Red+Green+Blue) = 185+55+85=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B93755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93755 is #46C8AA. Grayscale: #616161. Windows color (decimal): -4638891 or 5584825. OLE color: 5584825.
HSL color Cylindrical-coordinate representation of color #B93755: hue angle of 346.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93755 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 85 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.27 |
| HSL | 346.15º | 0.54% | 0.47% | - |
| HSV(B) | 346.15º | 0.7% | 0.73% | - |
| XYZ | 23.01 | 13.7 | 10.03 | - |
| YUV | 97.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 85 | 0 | 0.70 | 0.54 | 0.27 | 346.15 | 0.54 | 0.47 |
| Hex | B9 | 37 | 55 | 0 | 46 | 36 | 1B | 15A | 36 | 2F |
| Octal | 271 | 67 | 125 | 0 | 106 | 66 | 33 | 532 | 66 | 57 |
| Binary | 10111001 | 110111 | 1010101 | 0 | 1000110 | 110110 | 11011 | 101011010 | 110110 | 101111 |
Color Harmonies of #B93755
Complementary color
Monochromatic Colors of #B93755
Black with #B93755
Text Example
Text Example
White with #B93755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93755; }
p { color: rgb(185,55,85); }
H1.HeaderClassName
{
color: #B93755;
}
.AnyTagClassName
{
color: #B93755;
}
</style>
background-color css
<style>
a { background-color: #B93755; }
a { background-color: rgb(185,55,85); }
div.DivClassName
{
background-color: #B93755;
}
.BgClassName
{
background-color: #B93755;
}
</style>
border-color css
<style>
span { border-color: #B93755; }
span { border-color: rgb(185,55,85); }
td.TdClassName
{
border-color: #B93755;
}
.TagClassName
{
border-color: #B93755;
}
</style>