Shades of Old Rose #B92759
Tints of Old Rose #B92759
RGB
CMYK
RGB Variations
Color information
#B92759 (or 0xB92759) is known color: Old Rose. HEX triplet: B9, 27 and 59. RGB value is (185,39,89). Sum of RGB (Red+Green+Blue) = 185+39+89=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B92759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92759 is #46D8A6. Grayscale: #585858. Windows color (decimal): -4642983 or 5842873. OLE color: 5842873.
HSL color Cylindrical-coordinate representation of color #B92759: hue angle of 339.45º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92759 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 89 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.27 |
| HSL | 339.45º | 0.65% | 0.44% | - |
| HSV(B) | 339.45º | 0.79% | 0.73% | - |
| XYZ | 22.54 | 12.49 | 10.67 | - |
| YUV | 88.35 | 128.37 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 89 | 0 | 0.79 | 0.52 | 0.27 | 339.45 | 0.65 | 0.44 |
| Hex | B9 | 27 | 59 | 0 | 4F | 34 | 1B | 153 | 41 | 2C |
| Octal | 271 | 47 | 131 | 0 | 117 | 64 | 33 | 523 | 101 | 54 |
| Binary | 10111001 | 100111 | 1011001 | 0 | 1001111 | 110100 | 11011 | 101010011 | 1000001 | 101100 |
Color Harmonies of #B92759
Complementary color
Monochromatic Colors of #B92759
Black with #B92759
Text Example
Text Example
White with #B92759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92759; }
p { color: rgb(185,39,89); }
H1.HeaderClassName
{
color: #B92759;
}
.AnyTagClassName
{
color: #B92759;
}
</style>
background-color css
<style>
a { background-color: #B92759; }
a { background-color: rgb(185,39,89); }
div.DivClassName
{
background-color: #B92759;
}
.BgClassName
{
background-color: #B92759;
}
</style>
border-color css
<style>
span { border-color: #B92759; }
span { border-color: rgb(185,39,89); }
td.TdClassName
{
border-color: #B92759;
}
.TagClassName
{
border-color: #B92759;
}
</style>