Shades of Old Rose #B93858
Tints of Old Rose #B93858
RGB
CMYK
RGB Variations
Color information
#B93858 (or 0xB93858) is known color: Old Rose. HEX triplet: B9, 38 and 58. RGB value is (185,56,88). Sum of RGB (Red+Green+Blue) = 185+56+88=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B93858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93858 is #46C7A7. Grayscale: #626262. Windows color (decimal): -4638632 or 5781689. OLE color: 5781689.
HSL color Cylindrical-coordinate representation of color #B93858: hue angle of 345.12º 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 #B93858 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 88 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.27 |
| HSL | 345.12º | 0.54% | 0.47% | - |
| HSV(B) | 345.12º | 0.7% | 0.73% | - |
| XYZ | 23.18 | 13.85 | 10.68 | - |
| YUV | 98.22 | 122.24 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 88 | 0 | 0.70 | 0.52 | 0.27 | 345.12 | 0.54 | 0.47 |
| Hex | B9 | 38 | 58 | 0 | 46 | 34 | 1B | 159 | 36 | 2F |
| Octal | 271 | 70 | 130 | 0 | 106 | 64 | 33 | 531 | 66 | 57 |
| Binary | 10111001 | 111000 | 1011000 | 0 | 1000110 | 110100 | 11011 | 101011001 | 110110 | 101111 |
Color Harmonies of #B93858
Complementary color
Monochromatic Colors of #B93858
Black with #B93858
Text Example
Text Example
White with #B93858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93858; }
p { color: rgb(185,56,88); }
H1.HeaderClassName
{
color: #B93858;
}
.AnyTagClassName
{
color: #B93858;
}
</style>
background-color css
<style>
a { background-color: #B93858; }
a { background-color: rgb(185,56,88); }
div.DivClassName
{
background-color: #B93858;
}
.BgClassName
{
background-color: #B93858;
}
</style>
border-color css
<style>
span { border-color: #B93858; }
span { border-color: rgb(185,56,88); }
td.TdClassName
{
border-color: #B93858;
}
.TagClassName
{
border-color: #B93858;
}
</style>