Shades of Old Rose #B73558
Tints of Old Rose #B73558
RGB
CMYK
RGB Variations
Color information
#B73558 (or 0xB73558) is known color: Old Rose. HEX triplet: B7, 35 and 58. RGB value is (183,53,88). Sum of RGB (Red+Green+Blue) = 183+53+88=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B73558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73558 is #48CAA7. Grayscale: #5F5F5F. Windows color (decimal): -4770472 or 5780919. OLE color: 5780919.
HSL color Cylindrical-coordinate representation of color #B73558: hue angle of 343.85º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B73558 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 88 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.28 |
| HSL | 343.85º | 0.55% | 0.46% | - |
| HSV(B) | 343.85º | 0.71% | 0.72% | - |
| XYZ | 22.56 | 13.32 | 10.61 | - |
| YUV | 95.86 | 123.57 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 88 | 0 | 0.71 | 0.52 | 0.28 | 343.85 | 0.55 | 0.46 |
| Hex | B7 | 35 | 58 | 0 | 47 | 34 | 1C | 158 | 37 | 2E |
| Octal | 267 | 65 | 130 | 0 | 107 | 64 | 34 | 530 | 67 | 56 |
| Binary | 10110111 | 110101 | 1011000 | 0 | 1000111 | 110100 | 11100 | 101011000 | 110111 | 101110 |
Color Harmonies of #B73558
Complementary color
Monochromatic Colors of #B73558
Black with #B73558
Text Example
Text Example
White with #B73558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73558; }
p { color: rgb(183,53,88); }
H1.HeaderClassName
{
color: #B73558;
}
.AnyTagClassName
{
color: #B73558;
}
</style>
background-color css
<style>
a { background-color: #B73558; }
a { background-color: rgb(183,53,88); }
div.DivClassName
{
background-color: #B73558;
}
.BgClassName
{
background-color: #B73558;
}
</style>
border-color css
<style>
span { border-color: #B73558; }
span { border-color: rgb(183,53,88); }
td.TdClassName
{
border-color: #B73558;
}
.TagClassName
{
border-color: #B73558;
}
</style>