Shades of Old Rose #B93F46
Tints of Old Rose #B93F46
RGB
CMYK
RGB Variations
Color information
#B93F46 (or 0xB93F46) is known color: Old Rose. HEX triplet: B9, 3F and 46. RGB value is (185,63,70). Sum of RGB (Red+Green+Blue) = 185+63+70=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F46 is #46C0B9. Grayscale: #646464. Windows color (decimal): -4636858 or 4603833. OLE color: 4603833.
HSL color Cylindrical-coordinate representation of color #B93F46: hue angle of 356.56º 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 #B93F46 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 70 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.27 |
| HSL | 356.56º | 0.49% | 0.49% | - |
| HSV(B) | 356.56º | 0.66% | 0.73% | - |
| XYZ | 22.89 | 14.31 | 7.35 | - |
| YUV | 100.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 70 | 0 | 0.66 | 0.62 | 0.27 | 356.56 | 0.49 | 0.49 |
| Hex | B9 | 3F | 46 | 0 | 42 | 3E | 1B | 165 | 31 | 31 |
| Octal | 271 | 77 | 106 | 0 | 102 | 76 | 33 | 545 | 61 | 61 |
| Binary | 10111001 | 111111 | 1000110 | 0 | 1000010 | 111110 | 11011 | 101100101 | 110001 | 110001 |
Color Harmonies of #B93F46
Complementary color
Monochromatic Colors of #B93F46
Black with #B93F46
Text Example
Text Example
White with #B93F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F46; }
p { color: rgb(185,63,70); }
H1.HeaderClassName
{
color: #B93F46;
}
.AnyTagClassName
{
color: #B93F46;
}
</style>
background-color css
<style>
a { background-color: #B93F46; }
a { background-color: rgb(185,63,70); }
div.DivClassName
{
background-color: #B93F46;
}
.BgClassName
{
background-color: #B93F46;
}
</style>
border-color css
<style>
span { border-color: #B93F46; }
span { border-color: rgb(185,63,70); }
td.TdClassName
{
border-color: #B93F46;
}
.TagClassName
{
border-color: #B93F46;
}
</style>