Shades of Old Rose #B93059
Tints of Old Rose #B93059
RGB
CMYK
RGB Variations
Color information
#B93059 (or 0xB93059) is known color: Old Rose. HEX triplet: B9, 30 and 59. RGB value is (185,48,89). Sum of RGB (Red+Green+Blue) = 185+48+89=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B93059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93059 is #46CFA6. Grayscale: #5D5D5D. Windows color (decimal): -4640679 or 5845177. OLE color: 5845177.
HSL color Cylindrical-coordinate representation of color #B93059: hue angle of 342.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93059 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 89 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.27 |
| HSL | 342.04º | 0.59% | 0.46% | - |
| HSV(B) | 342.04º | 0.74% | 0.73% | - |
| XYZ | 22.87 | 13.15 | 10.78 | - |
| YUV | 93.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 89 | 0 | 0.74 | 0.52 | 0.27 | 342.04 | 0.59 | 0.46 |
| Hex | B9 | 30 | 59 | 0 | 4A | 34 | 1B | 156 | 3B | 2E |
| Octal | 271 | 60 | 131 | 0 | 112 | 64 | 33 | 526 | 73 | 56 |
| Binary | 10111001 | 110000 | 1011001 | 0 | 1001010 | 110100 | 11011 | 101010110 | 111011 | 101110 |
Color Harmonies of #B93059
Complementary color
Monochromatic Colors of #B93059
Black with #B93059
Text Example
Text Example
White with #B93059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93059; }
p { color: rgb(185,48,89); }
H1.HeaderClassName
{
color: #B93059;
}
.AnyTagClassName
{
color: #B93059;
}
</style>
background-color css
<style>
a { background-color: #B93059; }
a { background-color: rgb(185,48,89); }
div.DivClassName
{
background-color: #B93059;
}
.BgClassName
{
background-color: #B93059;
}
</style>
border-color css
<style>
span { border-color: #B93059; }
span { border-color: rgb(185,48,89); }
td.TdClassName
{
border-color: #B93059;
}
.TagClassName
{
border-color: #B93059;
}
</style>