Shades of Old Rose #B92D56
Tints of Old Rose #B92D56
RGB
CMYK
RGB Variations
Color information
#B92D56 (or 0xB92D56) is known color: Old Rose. HEX triplet: B9, 2D and 56. RGB value is (185,45,86). Sum of RGB (Red+Green+Blue) = 185+45+86=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92D56 is #46D2A9. Grayscale: #5B5B5B. Windows color (decimal): -4641450 or 5647801. OLE color: 5647801.
HSL color Cylindrical-coordinate representation of color #B92D56: hue angle of 342.43º degrees, saturation: 0.61, 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 #B92D56 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 86 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.27 |
| HSL | 342.43º | 0.61% | 0.45% | - |
| HSV(B) | 342.43º | 0.76% | 0.73% | - |
| XYZ | 22.63 | 12.86 | 10.09 | - |
| YUV | 91.53 | 124.88 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 86 | 0 | 0.76 | 0.54 | 0.27 | 342.43 | 0.61 | 0.45 |
| Hex | B9 | 2D | 56 | 0 | 4C | 36 | 1B | 156 | 3D | 2D |
| Octal | 271 | 55 | 126 | 0 | 114 | 66 | 33 | 526 | 75 | 55 |
| Binary | 10111001 | 101101 | 1010110 | 0 | 1001100 | 110110 | 11011 | 101010110 | 111101 | 101101 |
Color Harmonies of #B92D56
Complementary color
Monochromatic Colors of #B92D56
Black with #B92D56
Text Example
Text Example
White with #B92D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D56; }
p { color: rgb(185,45,86); }
H1.HeaderClassName
{
color: #B92D56;
}
.AnyTagClassName
{
color: #B92D56;
}
</style>
background-color css
<style>
a { background-color: #B92D56; }
a { background-color: rgb(185,45,86); }
div.DivClassName
{
background-color: #B92D56;
}
.BgClassName
{
background-color: #B92D56;
}
</style>
border-color css
<style>
span { border-color: #B92D56; }
span { border-color: rgb(185,45,86); }
td.TdClassName
{
border-color: #B92D56;
}
.TagClassName
{
border-color: #B92D56;
}
</style>