Shades of Old Rose #B92359
Tints of Old Rose #B92359
RGB
CMYK
RGB Variations
Color information
#B92359 (or 0xB92359) is known color: Old Rose. HEX triplet: B9, 23 and 59. RGB value is (185,35,89). Sum of RGB (Red+Green+Blue) = 185+35+89=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B92359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92359 is #46DCA6. Grayscale: #555555. Windows color (decimal): -4644007 or 5841849. OLE color: 5841849.
HSL color Cylindrical-coordinate representation of color #B92359: hue angle of 338.4º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92359 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 35 | 89 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.27 |
| HSL | 338.4º | 0.68% | 0.43% | - |
| HSV(B) | 338.4º | 0.81% | 0.73% | - |
| XYZ | 22.41 | 12.24 | 10.63 | - |
| YUV | 86.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 89 | 0 | 0.81 | 0.52 | 0.27 | 338.4 | 0.68 | 0.43 |
| Hex | B9 | 23 | 59 | 0 | 51 | 34 | 1B | 152 | 44 | 2B |
| Octal | 271 | 43 | 131 | 0 | 121 | 64 | 33 | 522 | 104 | 53 |
| Binary | 10111001 | 100011 | 1011001 | 0 | 1010001 | 110100 | 11011 | 101010010 | 1000100 | 101011 |
Color Harmonies of #B92359
Complementary color
Monochromatic Colors of #B92359
Black with #B92359
Text Example
Text Example
White with #B92359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92359; }
p { color: rgb(185,35,89); }
H1.HeaderClassName
{
color: #B92359;
}
.AnyTagClassName
{
color: #B92359;
}
</style>
background-color css
<style>
a { background-color: #B92359; }
a { background-color: rgb(185,35,89); }
div.DivClassName
{
background-color: #B92359;
}
.BgClassName
{
background-color: #B92359;
}
</style>
border-color css
<style>
span { border-color: #B92359; }
span { border-color: rgb(185,35,89); }
td.TdClassName
{
border-color: #B92359;
}
.TagClassName
{
border-color: #B92359;
}
</style>