Shades of Old Rose #B92050
Tints of Old Rose #B92050
RGB
CMYK
RGB Variations
Color information
#B92050 (or 0xB92050) is known color: Old Rose. HEX triplet: B9, 20 and 50. RGB value is (185,32,80). Sum of RGB (Red+Green+Blue) = 185+32+80=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B92050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92050 is #46DFAF. Grayscale: #535353. Windows color (decimal): -4644784 or 5251257. OLE color: 5251257.
HSL color Cylindrical-coordinate representation of color #B92050: hue angle of 341.18º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B92050 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 80 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.27 |
| HSL | 341.18º | 0.71% | 0.43% | - |
| HSV(B) | 341.18º | 0.83% | 0.73% | - |
| XYZ | 21.97 | 11.93 | 8.73 | - |
| YUV | 83.22 | 126.19 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 80 | 0 | 0.83 | 0.57 | 0.27 | 341.18 | 0.71 | 0.43 |
| Hex | B9 | 20 | 50 | 0 | 53 | 39 | 1B | 155 | 47 | 2B |
| Octal | 271 | 40 | 120 | 0 | 123 | 71 | 33 | 525 | 107 | 53 |
| Binary | 10111001 | 100000 | 1010000 | 0 | 1010011 | 111001 | 11011 | 101010101 | 1000111 | 101011 |
Color Harmonies of #B92050
Complementary color
Monochromatic Colors of #B92050
Black with #B92050
Text Example
Text Example
White with #B92050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92050; }
p { color: rgb(185,32,80); }
H1.HeaderClassName
{
color: #B92050;
}
.AnyTagClassName
{
color: #B92050;
}
</style>
background-color css
<style>
a { background-color: #B92050; }
a { background-color: rgb(185,32,80); }
div.DivClassName
{
background-color: #B92050;
}
.BgClassName
{
background-color: #B92050;
}
</style>
border-color css
<style>
span { border-color: #B92050; }
span { border-color: rgb(185,32,80); }
td.TdClassName
{
border-color: #B92050;
}
.TagClassName
{
border-color: #B92050;
}
</style>