Shades of Old Rose #B93F50
Tints of Old Rose #B93F50
RGB
CMYK
RGB Variations
Color information
#B93F50 (or 0xB93F50) is known color: Old Rose. HEX triplet: B9, 3F and 50. RGB value is (185,63,80). Sum of RGB (Red+Green+Blue) = 185+63+80=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93F50 is #46C0AF. Grayscale: #656565. Windows color (decimal): -4636848 or 5259193. OLE color: 5259193.
HSL color Cylindrical-coordinate representation of color #B93F50: hue angle of 351.64º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93F50 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 80 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.27 |
| HSL | 351.64º | 0.49% | 0.49% | - |
| HSV(B) | 351.64º | 0.66% | 0.73% | - |
| XYZ | 23.23 | 14.45 | 9.15 | - |
| YUV | 101.42 | 115.92 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 80 | 0 | 0.66 | 0.57 | 0.27 | 351.64 | 0.49 | 0.49 |
| Hex | B9 | 3F | 50 | 0 | 42 | 39 | 1B | 160 | 31 | 31 |
| Octal | 271 | 77 | 120 | 0 | 102 | 71 | 33 | 540 | 61 | 61 |
| Binary | 10111001 | 111111 | 1010000 | 0 | 1000010 | 111001 | 11011 | 101100000 | 110001 | 110001 |
Color Harmonies of #B93F50
Complementary color
Monochromatic Colors of #B93F50
Black with #B93F50
Text Example
Text Example
White with #B93F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F50; }
p { color: rgb(185,63,80); }
H1.HeaderClassName
{
color: #B93F50;
}
.AnyTagClassName
{
color: #B93F50;
}
</style>
background-color css
<style>
a { background-color: #B93F50; }
a { background-color: rgb(185,63,80); }
div.DivClassName
{
background-color: #B93F50;
}
.BgClassName
{
background-color: #B93F50;
}
</style>
border-color css
<style>
span { border-color: #B93F50; }
span { border-color: rgb(185,63,80); }
td.TdClassName
{
border-color: #B93F50;
}
.TagClassName
{
border-color: #B93F50;
}
</style>