Shades of Old Rose #B83B52
Tints of Old Rose #B83B52
RGB
CMYK
RGB Variations
Color information
#B83B52 (or 0xB83B52) is known color: Old Rose. HEX triplet: B8, 3B and 52. RGB value is (184,59,82). Sum of RGB (Red+Green+Blue) = 184+59+82=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83B52 is #47C4AD. Grayscale: #636363. Windows color (decimal): -4703406 or 5389240. OLE color: 5389240.
HSL color Cylindrical-coordinate representation of color #B83B52: hue angle of 348.96º 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 #B83B52 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 82 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.28 |
| HSL | 348.96º | 0.51% | 0.48% | - |
| HSV(B) | 348.96º | 0.68% | 0.72% | - |
| XYZ | 22.85 | 13.93 | 9.47 | - |
| YUV | 99 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 82 | 0 | 0.68 | 0.55 | 0.28 | 348.96 | 0.51 | 0.48 |
| Hex | B8 | 3B | 52 | 0 | 44 | 37 | 1C | 15D | 33 | 30 |
| Octal | 270 | 73 | 122 | 0 | 104 | 67 | 34 | 535 | 63 | 60 |
| Binary | 10111000 | 111011 | 1010010 | 0 | 1000100 | 110111 | 11100 | 101011101 | 110011 | 110000 |
Color Harmonies of #B83B52
Complementary color
Monochromatic Colors of #B83B52
Black with #B83B52
Text Example
Text Example
White with #B83B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B52; }
p { color: rgb(184,59,82); }
H1.HeaderClassName
{
color: #B83B52;
}
.AnyTagClassName
{
color: #B83B52;
}
</style>
background-color css
<style>
a { background-color: #B83B52; }
a { background-color: rgb(184,59,82); }
div.DivClassName
{
background-color: #B83B52;
}
.BgClassName
{
background-color: #B83B52;
}
</style>
border-color css
<style>
span { border-color: #B83B52; }
span { border-color: rgb(184,59,82); }
td.TdClassName
{
border-color: #B83B52;
}
.TagClassName
{
border-color: #B83B52;
}
</style>