Shades of Old Rose #B92259
Tints of Old Rose #B92259
RGB
CMYK
RGB Variations
Color information
#B92259 (or 0xB92259) is known color: Old Rose. HEX triplet: B9, 22 and 59. RGB value is (185,34,89). Sum of RGB (Red+Green+Blue) = 185+34+89=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B92259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92259 is #46DDA6. Grayscale: #555555. Windows color (decimal): -4644263 or 5841593. OLE color: 5841593.
HSL color Cylindrical-coordinate representation of color #B92259: hue angle of 338.15º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92259 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 34 | 89 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.27 |
| HSL | 338.15º | 0.69% | 0.43% | - |
| HSV(B) | 338.15º | 0.82% | 0.73% | - |
| XYZ | 22.38 | 12.18 | 10.62 | - |
| YUV | 85.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 34 | 89 | 0 | 0.82 | 0.52 | 0.27 | 338.15 | 0.69 | 0.43 |
| Hex | B9 | 22 | 59 | 0 | 52 | 34 | 1B | 152 | 45 | 2B |
| Octal | 271 | 42 | 131 | 0 | 122 | 64 | 33 | 522 | 105 | 53 |
| Binary | 10111001 | 100010 | 1011001 | 0 | 1010010 | 110100 | 11011 | 101010010 | 1000101 | 101011 |
Color Harmonies of #B92259
Complementary color
Monochromatic Colors of #B92259
Black with #B92259
Text Example
Text Example
White with #B92259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92259; }
p { color: rgb(185,34,89); }
H1.HeaderClassName
{
color: #B92259;
}
.AnyTagClassName
{
color: #B92259;
}
</style>
background-color css
<style>
a { background-color: #B92259; }
a { background-color: rgb(185,34,89); }
div.DivClassName
{
background-color: #B92259;
}
.BgClassName
{
background-color: #B92259;
}
</style>
border-color css
<style>
span { border-color: #B92259; }
span { border-color: rgb(185,34,89); }
td.TdClassName
{
border-color: #B92259;
}
.TagClassName
{
border-color: #B92259;
}
</style>