Shades of Old Rose #B83B53
Tints of Old Rose #B83B53
RGB
CMYK
RGB Variations
Color information
#B83B53 (or 0xB83B53) is known color: Old Rose. HEX triplet: B8, 3B and 53. RGB value is (184,59,83). Sum of RGB (Red+Green+Blue) = 184+59+83=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B53 is #47C4AC. Grayscale: #636363. Windows color (decimal): -4703405 or 5454776. OLE color: 5454776.
HSL color Cylindrical-coordinate representation of color #B83B53: hue angle of 348.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83B53 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 83 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.28 |
| HSL | 348.48º | 0.51% | 0.48% | - |
| HSV(B) | 348.48º | 0.68% | 0.72% | - |
| XYZ | 22.89 | 13.94 | 9.67 | - |
| YUV | 99.11 | 118.91 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 83 | 0 | 0.68 | 0.55 | 0.28 | 348.48 | 0.51 | 0.48 |
| Hex | B8 | 3B | 53 | 0 | 44 | 37 | 1C | 15C | 33 | 30 |
| Octal | 270 | 73 | 123 | 0 | 104 | 67 | 34 | 534 | 63 | 60 |
| Binary | 10111000 | 111011 | 1010011 | 0 | 1000100 | 110111 | 11100 | 101011100 | 110011 | 110000 |
Color Harmonies of #B83B53
Complementary color
Monochromatic Colors of #B83B53
Black with #B83B53
Text Example
Text Example
White with #B83B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B53; }
p { color: rgb(184,59,83); }
H1.HeaderClassName
{
color: #B83B53;
}
.AnyTagClassName
{
color: #B83B53;
}
</style>
background-color css
<style>
a { background-color: #B83B53; }
a { background-color: rgb(184,59,83); }
div.DivClassName
{
background-color: #B83B53;
}
.BgClassName
{
background-color: #B83B53;
}
</style>
border-color css
<style>
span { border-color: #B83B53; }
span { border-color: rgb(184,59,83); }
td.TdClassName
{
border-color: #B83B53;
}
.TagClassName
{
border-color: #B83B53;
}
</style>