Shades of Old Rose #B92C55
Tints of Old Rose #B92C55
RGB
CMYK
RGB Variations
Color information
#B92C55 (or 0xB92C55) is known color: Old Rose. HEX triplet: B9, 2C and 55. RGB value is (185,44,85). Sum of RGB (Red+Green+Blue) = 185+44+85=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92C55 is #46D3AA. Grayscale: #5A5A5A. Windows color (decimal): -4641707 or 5582009. OLE color: 5582009.
HSL color Cylindrical-coordinate representation of color #B92C55: hue angle of 342.55º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92C55 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 44 | 85 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.27 |
| HSL | 342.55º | 0.62% | 0.45% | - |
| HSV(B) | 342.55º | 0.76% | 0.73% | - |
| XYZ | 22.55 | 12.77 | 9.87 | - |
| YUV | 90.83 | 124.71 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 44 | 85 | 0 | 0.76 | 0.54 | 0.27 | 342.55 | 0.62 | 0.45 |
| Hex | B9 | 2C | 55 | 0 | 4C | 36 | 1B | 157 | 3E | 2D |
| Octal | 271 | 54 | 125 | 0 | 114 | 66 | 33 | 527 | 76 | 55 |
| Binary | 10111001 | 101100 | 1010101 | 0 | 1001100 | 110110 | 11011 | 101010111 | 111110 | 101101 |
Color Harmonies of #B92C55
Complementary color
Monochromatic Colors of #B92C55
Black with #B92C55
Text Example
Text Example
White with #B92C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92C55; }
p { color: rgb(185,44,85); }
H1.HeaderClassName
{
color: #B92C55;
}
.AnyTagClassName
{
color: #B92C55;
}
</style>
background-color css
<style>
a { background-color: #B92C55; }
a { background-color: rgb(185,44,85); }
div.DivClassName
{
background-color: #B92C55;
}
.BgClassName
{
background-color: #B92C55;
}
</style>
border-color css
<style>
span { border-color: #B92C55; }
span { border-color: rgb(185,44,85); }
td.TdClassName
{
border-color: #B92C55;
}
.TagClassName
{
border-color: #B92C55;
}
</style>