Shades of Old Rose #B93758
Tints of Old Rose #B93758
RGB
CMYK
RGB Variations
Color information
#B93758 (or 0xB93758) is known color: Old Rose. HEX triplet: B9, 37 and 58. RGB value is (185,55,88). Sum of RGB (Red+Green+Blue) = 185+55+88=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B93758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93758 is #46C8A7. Grayscale: #616161. Windows color (decimal): -4638888 or 5781433. OLE color: 5781433.
HSL color Cylindrical-coordinate representation of color #B93758: hue angle of 344.77º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93758 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 88 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.27 |
| HSL | 344.77º | 0.54% | 0.47% | - |
| HSV(B) | 344.77º | 0.7% | 0.73% | - |
| XYZ | 23.14 | 13.75 | 10.67 | - |
| YUV | 97.63 | 122.57 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 88 | 0 | 0.70 | 0.52 | 0.27 | 344.77 | 0.54 | 0.47 |
| Hex | B9 | 37 | 58 | 0 | 46 | 34 | 1B | 159 | 36 | 2F |
| Octal | 271 | 67 | 130 | 0 | 106 | 64 | 33 | 531 | 66 | 57 |
| Binary | 10111001 | 110111 | 1011000 | 0 | 1000110 | 110100 | 11011 | 101011001 | 110110 | 101111 |
Color Harmonies of #B93758
Complementary color
Monochromatic Colors of #B93758
Black with #B93758
Text Example
Text Example
White with #B93758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93758; }
p { color: rgb(185,55,88); }
H1.HeaderClassName
{
color: #B93758;
}
.AnyTagClassName
{
color: #B93758;
}
</style>
background-color css
<style>
a { background-color: #B93758; }
a { background-color: rgb(185,55,88); }
div.DivClassName
{
background-color: #B93758;
}
.BgClassName
{
background-color: #B93758;
}
</style>
border-color css
<style>
span { border-color: #B93758; }
span { border-color: rgb(185,55,88); }
td.TdClassName
{
border-color: #B93758;
}
.TagClassName
{
border-color: #B93758;
}
</style>