Shades of Old Rose #B73C55
Tints of Old Rose #B73C55
RGB
CMYK
RGB Variations
Color information
#B73C55 (or 0xB73C55) is known color: Old Rose. HEX triplet: B7, 3C and 55. RGB value is (183,60,85). Sum of RGB (Red+Green+Blue) = 183+60+85=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73C55 is #48C3AA. Grayscale: #636363. Windows color (decimal): -4768683 or 5586103. OLE color: 5586103.
HSL color Cylindrical-coordinate representation of color #B73C55: hue angle of 347.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73C55 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 85 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.28 |
| HSL | 347.8º | 0.51% | 0.48% | - |
| HSV(B) | 347.8º | 0.67% | 0.72% | - |
| XYZ | 22.78 | 13.95 | 10.09 | - |
| YUV | 99.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 85 | 0 | 0.67 | 0.54 | 0.28 | 347.8 | 0.51 | 0.48 |
| Hex | B7 | 3C | 55 | 0 | 43 | 36 | 1C | 15C | 33 | 30 |
| Octal | 267 | 74 | 125 | 0 | 103 | 66 | 34 | 534 | 63 | 60 |
| Binary | 10110111 | 111100 | 1010101 | 0 | 1000011 | 110110 | 11100 | 101011100 | 110011 | 110000 |
Color Harmonies of #B73C55
Complementary color
Monochromatic Colors of #B73C55
Black with #B73C55
Text Example
Text Example
White with #B73C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C55; }
p { color: rgb(183,60,85); }
H1.HeaderClassName
{
color: #B73C55;
}
.AnyTagClassName
{
color: #B73C55;
}
</style>
background-color css
<style>
a { background-color: #B73C55; }
a { background-color: rgb(183,60,85); }
div.DivClassName
{
background-color: #B73C55;
}
.BgClassName
{
background-color: #B73C55;
}
</style>
border-color css
<style>
span { border-color: #B73C55; }
span { border-color: rgb(183,60,85); }
td.TdClassName
{
border-color: #B73C55;
}
.TagClassName
{
border-color: #B73C55;
}
</style>