Shades of Old Rose #B82958
Tints of Old Rose #B82958
RGB
CMYK
RGB Variations
Color information
#B82958 (or 0xB82958) is known color: Old Rose. HEX triplet: B8, 29 and 58. RGB value is (184,41,88). Sum of RGB (Red+Green+Blue) = 184+41+88=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B82958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82958 is #47D6A7. Grayscale: #595959. Windows color (decimal): -4708008 or 5777848. OLE color: 5777848.
HSL color Cylindrical-coordinate representation of color #B82958: hue angle of 340.28º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82958 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 88 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.28 |
| HSL | 340.28º | 0.64% | 0.44% | - |
| HSV(B) | 340.28º | 0.78% | 0.72% | - |
| XYZ | 22.32 | 12.48 | 10.47 | - |
| YUV | 89.12 | 127.38 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 88 | 0 | 0.78 | 0.52 | 0.28 | 340.28 | 0.64 | 0.44 |
| Hex | B8 | 29 | 58 | 0 | 4E | 34 | 1C | 154 | 40 | 2C |
| Octal | 270 | 51 | 130 | 0 | 116 | 64 | 34 | 524 | 100 | 54 |
| Binary | 10111000 | 101001 | 1011000 | 0 | 1001110 | 110100 | 11100 | 101010100 | 1000000 | 101100 |
Color Harmonies of #B82958
Complementary color
Monochromatic Colors of #B82958
Black with #B82958
Text Example
Text Example
White with #B82958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82958; }
p { color: rgb(184,41,88); }
H1.HeaderClassName
{
color: #B82958;
}
.AnyTagClassName
{
color: #B82958;
}
</style>
background-color css
<style>
a { background-color: #B82958; }
a { background-color: rgb(184,41,88); }
div.DivClassName
{
background-color: #B82958;
}
.BgClassName
{
background-color: #B82958;
}
</style>
border-color css
<style>
span { border-color: #B82958; }
span { border-color: rgb(184,41,88); }
td.TdClassName
{
border-color: #B82958;
}
.TagClassName
{
border-color: #B82958;
}
</style>