Shades of Old Rose #B92455
Tints of Old Rose #B92455
RGB
CMYK
RGB Variations
Color information
#B92455 (or 0xB92455) is known color: Old Rose. HEX triplet: B9, 24 and 55. RGB value is (185,36,85). Sum of RGB (Red+Green+Blue) = 185+36+85=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B92455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92455 is #46DBAA. Grayscale: #565656. Windows color (decimal): -4643755 or 5579961. OLE color: 5579961.
HSL color Cylindrical-coordinate representation of color #B92455: hue angle of 340.27º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92455 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 85 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.27 |
| HSL | 340.27º | 0.67% | 0.43% | - |
| HSV(B) | 340.27º | 0.81% | 0.73% | - |
| XYZ | 22.28 | 12.23 | 9.78 | - |
| YUV | 86.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 85 | 0 | 0.81 | 0.54 | 0.27 | 340.27 | 0.67 | 0.43 |
| Hex | B9 | 24 | 55 | 0 | 51 | 36 | 1B | 154 | 43 | 2B |
| Octal | 271 | 44 | 125 | 0 | 121 | 66 | 33 | 524 | 103 | 53 |
| Binary | 10111001 | 100100 | 1010101 | 0 | 1010001 | 110110 | 11011 | 101010100 | 1000011 | 101011 |
Color Harmonies of #B92455
Complementary color
Monochromatic Colors of #B92455
Black with #B92455
Text Example
Text Example
White with #B92455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92455; }
p { color: rgb(185,36,85); }
H1.HeaderClassName
{
color: #B92455;
}
.AnyTagClassName
{
color: #B92455;
}
</style>
background-color css
<style>
a { background-color: #B92455; }
a { background-color: rgb(185,36,85); }
div.DivClassName
{
background-color: #B92455;
}
.BgClassName
{
background-color: #B92455;
}
</style>
border-color css
<style>
span { border-color: #B92455; }
span { border-color: rgb(185,36,85); }
td.TdClassName
{
border-color: #B92455;
}
.TagClassName
{
border-color: #B92455;
}
</style>