Shades of Old Rose #B83E51
Tints of Old Rose #B83E51
RGB
CMYK
RGB Variations
Color information
#B83E51 (or 0xB83E51) is known color: Old Rose. HEX triplet: B8, 3E and 51. RGB value is (184,62,81). Sum of RGB (Red+Green+Blue) = 184+62+81=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83E51 is #47C1AE. Grayscale: #646464. Windows color (decimal): -4702639 or 5324472. OLE color: 5324472.
HSL color Cylindrical-coordinate representation of color #B83E51: hue angle of 350.66º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83E51 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 62 | 81 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.28 |
| HSL | 350.66º | 0.5% | 0.48% | - |
| HSV(B) | 350.66º | 0.66% | 0.72% | - |
| XYZ | 22.97 | 14.23 | 9.32 | - |
| YUV | 100.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 62 | 81 | 0 | 0.66 | 0.56 | 0.28 | 350.66 | 0.5 | 0.48 |
| Hex | B8 | 3E | 51 | 0 | 42 | 38 | 1C | 15F | 32 | 30 |
| Octal | 270 | 76 | 121 | 0 | 102 | 70 | 34 | 537 | 62 | 60 |
| Binary | 10111000 | 111110 | 1010001 | 0 | 1000010 | 111000 | 11100 | 101011111 | 110010 | 110000 |
Color Harmonies of #B83E51
Complementary color
Monochromatic Colors of #B83E51
Black with #B83E51
Text Example
Text Example
White with #B83E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83E51; }
p { color: rgb(184,62,81); }
H1.HeaderClassName
{
color: #B83E51;
}
.AnyTagClassName
{
color: #B83E51;
}
</style>
background-color css
<style>
a { background-color: #B83E51; }
a { background-color: rgb(184,62,81); }
div.DivClassName
{
background-color: #B83E51;
}
.BgClassName
{
background-color: #B83E51;
}
</style>
border-color css
<style>
span { border-color: #B83E51; }
span { border-color: rgb(184,62,81); }
td.TdClassName
{
border-color: #B83E51;
}
.TagClassName
{
border-color: #B83E51;
}
</style>