Shades of Old Rose #B93559
Tints of Old Rose #B93559
RGB
CMYK
RGB Variations
Color information
#B93559 (or 0xB93559) is known color: Old Rose. HEX triplet: B9, 35 and 59. RGB value is (185,53,89). Sum of RGB (Red+Green+Blue) = 185+53+89=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B93559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93559 is #46CAA6. Grayscale: #606060. Windows color (decimal): -4639399 or 5846457. OLE color: 5846457.
HSL color Cylindrical-coordinate representation of color #B93559: hue angle of 343.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93559 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 89 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.27 |
| HSL | 343.64º | 0.55% | 0.47% | - |
| HSV(B) | 343.64º | 0.71% | 0.73% | - |
| XYZ | 23.08 | 13.58 | 10.86 | - |
| YUV | 96.57 | 123.73 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 89 | 0 | 0.71 | 0.52 | 0.27 | 343.64 | 0.55 | 0.47 |
| Hex | B9 | 35 | 59 | 0 | 47 | 34 | 1B | 158 | 37 | 2F |
| Octal | 271 | 65 | 131 | 0 | 107 | 64 | 33 | 530 | 67 | 57 |
| Binary | 10111001 | 110101 | 1011001 | 0 | 1000111 | 110100 | 11011 | 101011000 | 110111 | 101111 |
Color Harmonies of #B93559
Complementary color
Monochromatic Colors of #B93559
Black with #B93559
Text Example
Text Example
White with #B93559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93559; }
p { color: rgb(185,53,89); }
H1.HeaderClassName
{
color: #B93559;
}
.AnyTagClassName
{
color: #B93559;
}
</style>
background-color css
<style>
a { background-color: #B93559; }
a { background-color: rgb(185,53,89); }
div.DivClassName
{
background-color: #B93559;
}
.BgClassName
{
background-color: #B93559;
}
</style>
border-color css
<style>
span { border-color: #B93559; }
span { border-color: rgb(185,53,89); }
td.TdClassName
{
border-color: #B93559;
}
.TagClassName
{
border-color: #B93559;
}
</style>