Shades of Old Rose #B73A4D
Tints of Old Rose #B73A4D
RGB
CMYK
RGB Variations
Color information
#B73A4D (or 0xB73A4D) is known color: Old Rose. HEX triplet: B7, 3A and 4D. RGB value is (183,58,77). Sum of RGB (Red+Green+Blue) = 183+58+77=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73A4D is #48C5B2. Grayscale: #616161. Windows color (decimal): -4769203 or 5061303. OLE color: 5061303.
HSL color Cylindrical-coordinate representation of color #B73A4D: hue angle of 350.88º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73A4D is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 77 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.28 |
| HSL | 350.88º | 0.52% | 0.47% | - |
| HSV(B) | 350.88º | 0.68% | 0.72% | - |
| XYZ | 22.38 | 13.63 | 8.47 | - |
| YUV | 97.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 77 | 0 | 0.68 | 0.58 | 0.28 | 350.88 | 0.52 | 0.47 |
| Hex | B7 | 3A | 4D | 0 | 44 | 3A | 1C | 15F | 34 | 2F |
| Octal | 267 | 72 | 115 | 0 | 104 | 72 | 34 | 537 | 64 | 57 |
| Binary | 10110111 | 111010 | 1001101 | 0 | 1000100 | 111010 | 11100 | 101011111 | 110100 | 101111 |
Color Harmonies of #B73A4D
Complementary color
Monochromatic Colors of #B73A4D
Black with #B73A4D
Text Example
Text Example
White with #B73A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73A4D; }
p { color: rgb(183,58,77); }
H1.HeaderClassName
{
color: #B73A4D;
}
.AnyTagClassName
{
color: #B73A4D;
}
</style>
background-color css
<style>
a { background-color: #B73A4D; }
a { background-color: rgb(183,58,77); }
div.DivClassName
{
background-color: #B73A4D;
}
.BgClassName
{
background-color: #B73A4D;
}
</style>
border-color css
<style>
span { border-color: #B73A4D; }
span { border-color: rgb(183,58,77); }
td.TdClassName
{
border-color: #B73A4D;
}
.TagClassName
{
border-color: #B73A4D;
}
</style>