Shades of Old Rose #B82F5D
Tints of Old Rose #B82F5D
RGB
CMYK
RGB Variations
Color information
#B82F5D (or 0xB82F5D) is known color: Old Rose. HEX triplet: B8, 2F and 5D. RGB value is (184,47,93). Sum of RGB (Red+Green+Blue) = 184+47+93=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82F5D is #47D0A2. Grayscale: #5D5D5D. Windows color (decimal): -4706467 or 6107064. OLE color: 6107064.
HSL color Cylindrical-coordinate representation of color #B82F5D: hue angle of 339.85º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B82F5D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 93 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.28 |
| HSL | 339.85º | 0.59% | 0.45% | - |
| HSV(B) | 339.85º | 0.74% | 0.72% | - |
| XYZ | 22.76 | 13.01 | 11.67 | - |
| YUV | 93.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 93 | 0 | 0.74 | 0.49 | 0.28 | 339.85 | 0.59 | 0.45 |
| Hex | B8 | 2F | 5D | 0 | 4A | 31 | 1C | 154 | 3B | 2D |
| Octal | 270 | 57 | 135 | 0 | 112 | 61 | 34 | 524 | 73 | 55 |
| Binary | 10111000 | 101111 | 1011101 | 0 | 1001010 | 110001 | 11100 | 101010100 | 111011 | 101101 |
Color Harmonies of #B82F5D
Complementary color
Monochromatic Colors of #B82F5D
Black with #B82F5D
Text Example
Text Example
White with #B82F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F5D; }
p { color: rgb(184,47,93); }
H1.HeaderClassName
{
color: #B82F5D;
}
.AnyTagClassName
{
color: #B82F5D;
}
</style>
background-color css
<style>
a { background-color: #B82F5D; }
a { background-color: rgb(184,47,93); }
div.DivClassName
{
background-color: #B82F5D;
}
.BgClassName
{
background-color: #B82F5D;
}
</style>
border-color css
<style>
span { border-color: #B82F5D; }
span { border-color: rgb(184,47,93); }
td.TdClassName
{
border-color: #B82F5D;
}
.TagClassName
{
border-color: #B82F5D;
}
</style>