Shades of Old Rose #B93C4F
Tints of Old Rose #B93C4F
RGB
CMYK
RGB Variations
Color information
#B93C4F (or 0xB93C4F) is known color: Old Rose. HEX triplet: B9, 3C and 4F. RGB value is (185,60,79). Sum of RGB (Red+Green+Blue) = 185+60+79=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C4F is #46C3B0. Grayscale: #636363. Windows color (decimal): -4637617 or 5192889. OLE color: 5192889.
HSL color Cylindrical-coordinate representation of color #B93C4F: hue angle of 350.88º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93C4F is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 79 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.27 |
| HSL | 350.88º | 0.51% | 0.48% | - |
| HSV(B) | 350.88º | 0.68% | 0.73% | - |
| XYZ | 23.03 | 14.11 | 8.91 | - |
| YUV | 99.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 79 | 0 | 0.68 | 0.57 | 0.27 | 350.88 | 0.51 | 0.48 |
| Hex | B9 | 3C | 4F | 0 | 44 | 39 | 1B | 15F | 33 | 30 |
| Octal | 271 | 74 | 117 | 0 | 104 | 71 | 33 | 537 | 63 | 60 |
| Binary | 10111001 | 111100 | 1001111 | 0 | 1000100 | 111001 | 11011 | 101011111 | 110011 | 110000 |
Color Harmonies of #B93C4F
Complementary color
Monochromatic Colors of #B93C4F
Black with #B93C4F
Text Example
Text Example
White with #B93C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93C4F; }
p { color: rgb(185,60,79); }
H1.HeaderClassName
{
color: #B93C4F;
}
.AnyTagClassName
{
color: #B93C4F;
}
</style>
background-color css
<style>
a { background-color: #B93C4F; }
a { background-color: rgb(185,60,79); }
div.DivClassName
{
background-color: #B93C4F;
}
.BgClassName
{
background-color: #B93C4F;
}
</style>
border-color css
<style>
span { border-color: #B93C4F; }
span { border-color: rgb(185,60,79); }
td.TdClassName
{
border-color: #B93C4F;
}
.TagClassName
{
border-color: #B93C4F;
}
</style>