Shades of Old Rose #B92F5E
Tints of Old Rose #B92F5E
RGB
CMYK
RGB Variations
Color information
#B92F5E (or 0xB92F5E) is known color: Old Rose. HEX triplet: B9, 2F and 5E. RGB value is (185,47,94). Sum of RGB (Red+Green+Blue) = 185+47+94=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92F5E is #46D0A1. Grayscale: #5D5D5D. Windows color (decimal): -4640930 or 6172601. OLE color: 6172601.
HSL color Cylindrical-coordinate representation of color #B92F5E: hue angle of 339.57º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92F5E is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 94 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.27 |
| HSL | 339.57º | 0.59% | 0.45% | - |
| HSV(B) | 339.57º | 0.75% | 0.73% | - |
| XYZ | 23.04 | 13.16 | 11.91 | - |
| YUV | 93.62 | 128.22 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 94 | 0 | 0.75 | 0.49 | 0.27 | 339.57 | 0.59 | 0.45 |
| Hex | B9 | 2F | 5E | 0 | 4B | 31 | 1B | 154 | 3B | 2D |
| Octal | 271 | 57 | 136 | 0 | 113 | 61 | 33 | 524 | 73 | 55 |
| Binary | 10111001 | 101111 | 1011110 | 0 | 1001011 | 110001 | 11011 | 101010100 | 111011 | 101101 |
Color Harmonies of #B92F5E
Complementary color
Monochromatic Colors of #B92F5E
Black with #B92F5E
Text Example
Text Example
White with #B92F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F5E; }
p { color: rgb(185,47,94); }
H1.HeaderClassName
{
color: #B92F5E;
}
.AnyTagClassName
{
color: #B92F5E;
}
</style>
background-color css
<style>
a { background-color: #B92F5E; }
a { background-color: rgb(185,47,94); }
div.DivClassName
{
background-color: #B92F5E;
}
.BgClassName
{
background-color: #B92F5E;
}
</style>
border-color css
<style>
span { border-color: #B92F5E; }
span { border-color: rgb(185,47,94); }
td.TdClassName
{
border-color: #B92F5E;
}
.TagClassName
{
border-color: #B92F5E;
}
</style>