Shades of Old Rose #B82749
Tints of Old Rose #B82749
RGB
CMYK
RGB Variations
Color information
#B82749 (or 0xB82749) is known color: Old Rose. HEX triplet: B8, 27 and 49. RGB value is (184,39,73). Sum of RGB (Red+Green+Blue) = 184+39+73=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B82749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82749 is #47D8B6. Grayscale: #565656. Windows color (decimal): -4708535 or 4794296. OLE color: 4794296.
HSL color Cylindrical-coordinate representation of color #B82749: hue angle of 345.93º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82749 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 73 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.28 |
| HSL | 345.93º | 0.65% | 0.44% | - |
| HSV(B) | 345.93º | 0.79% | 0.72% | - |
| XYZ | 21.7 | 12.12 | 7.5 | - |
| YUV | 86.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 73 | 0 | 0.79 | 0.60 | 0.28 | 345.93 | 0.65 | 0.44 |
| Hex | B8 | 27 | 49 | 0 | 4F | 3C | 1C | 15A | 41 | 2C |
| Octal | 270 | 47 | 111 | 0 | 117 | 74 | 34 | 532 | 101 | 54 |
| Binary | 10111000 | 100111 | 1001001 | 0 | 1001111 | 111100 | 11100 | 101011010 | 1000001 | 101100 |
Color Harmonies of #B82749
Complementary color
Monochromatic Colors of #B82749
Black with #B82749
Text Example
Text Example
White with #B82749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82749; }
p { color: rgb(184,39,73); }
H1.HeaderClassName
{
color: #B82749;
}
.AnyTagClassName
{
color: #B82749;
}
</style>
background-color css
<style>
a { background-color: #B82749; }
a { background-color: rgb(184,39,73); }
div.DivClassName
{
background-color: #B82749;
}
.BgClassName
{
background-color: #B82749;
}
</style>
border-color css
<style>
span { border-color: #B82749; }
span { border-color: rgb(184,39,73); }
td.TdClassName
{
border-color: #B82749;
}
.TagClassName
{
border-color: #B82749;
}
</style>