Shades of Old Rose #B92458
Tints of Old Rose #B92458
RGB
CMYK
RGB Variations
Color information
#B92458 (or 0xB92458) is known color: Old Rose. HEX triplet: B9, 24 and 58. RGB value is (185,36,88). Sum of RGB (Red+Green+Blue) = 185+36+88=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B92458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92458 is #46DBA7. Grayscale: #565656. Windows color (decimal): -4643752 or 5776569. OLE color: 5776569.
HSL color Cylindrical-coordinate representation of color #B92458: hue angle of 339.06º degrees, saturation: 0.67, 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 #B92458 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 36 | 88 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.27 |
| HSL | 339.06º | 0.67% | 0.43% | - |
| HSV(B) | 339.06º | 0.81% | 0.73% | - |
| XYZ | 22.4 | 12.28 | 10.42 | - |
| YUV | 86.48 | 128.86 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 36 | 88 | 0 | 0.81 | 0.52 | 0.27 | 339.06 | 0.67 | 0.43 |
| Hex | B9 | 24 | 58 | 0 | 51 | 34 | 1B | 153 | 43 | 2B |
| Octal | 271 | 44 | 130 | 0 | 121 | 64 | 33 | 523 | 103 | 53 |
| Binary | 10111001 | 100100 | 1011000 | 0 | 1010001 | 110100 | 11011 | 101010011 | 1000011 | 101011 |
Color Harmonies of #B92458
Complementary color
Monochromatic Colors of #B92458
Black with #B92458
Text Example
Text Example
White with #B92458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92458; }
p { color: rgb(185,36,88); }
H1.HeaderClassName
{
color: #B92458;
}
.AnyTagClassName
{
color: #B92458;
}
</style>
background-color css
<style>
a { background-color: #B92458; }
a { background-color: rgb(185,36,88); }
div.DivClassName
{
background-color: #B92458;
}
.BgClassName
{
background-color: #B92458;
}
</style>
border-color css
<style>
span { border-color: #B92458; }
span { border-color: rgb(185,36,88); }
td.TdClassName
{
border-color: #B92458;
}
.TagClassName
{
border-color: #B92458;
}
</style>