Shades of Old Rose #B92860
Tints of Old Rose #B92860
RGB
CMYK
RGB Variations
Color information
#B92860 (or 0xB92860) is known color: Old Rose. HEX triplet: B9, 28 and 60. RGB value is (185,40,96). Sum of RGB (Red+Green+Blue) = 185+40+96=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B92860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92860 is #46D79F. Grayscale: #595959. Windows color (decimal): -4642720 or 6301881. OLE color: 6301881.
HSL color Cylindrical-coordinate representation of color #B92860: hue angle of 336.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92860 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 96 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.27 |
| HSL | 336.83º | 0.64% | 0.44% | - |
| HSV(B) | 336.83º | 0.78% | 0.73% | - |
| XYZ | 22.88 | 12.68 | 12.31 | - |
| YUV | 89.74 | 131.54 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 96 | 0 | 0.78 | 0.48 | 0.27 | 336.83 | 0.64 | 0.44 |
| Hex | B9 | 28 | 60 | 0 | 4E | 30 | 1B | 151 | 40 | 2C |
| Octal | 271 | 50 | 140 | 0 | 116 | 60 | 33 | 521 | 100 | 54 |
| Binary | 10111001 | 101000 | 1100000 | 0 | 1001110 | 110000 | 11011 | 101010001 | 1000000 | 101100 |
Color Harmonies of #B92860
Complementary color
Monochromatic Colors of #B92860
Black with #B92860
Text Example
Text Example
White with #B92860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92860; }
p { color: rgb(185,40,96); }
H1.HeaderClassName
{
color: #B92860;
}
.AnyTagClassName
{
color: #B92860;
}
</style>
background-color css
<style>
a { background-color: #B92860; }
a { background-color: rgb(185,40,96); }
div.DivClassName
{
background-color: #B92860;
}
.BgClassName
{
background-color: #B92860;
}
</style>
border-color css
<style>
span { border-color: #B92860; }
span { border-color: rgb(185,40,96); }
td.TdClassName
{
border-color: #B92860;
}
.TagClassName
{
border-color: #B92860;
}
</style>