Shades of Old Rose #B83458
Tints of Old Rose #B83458
RGB
CMYK
RGB Variations
Color information
#B83458 (or 0xB83458) is known color: Old Rose. HEX triplet: B8, 34 and 58. RGB value is (184,52,88). Sum of RGB (Red+Green+Blue) = 184+52+88=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B83458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83458 is #47CBA7. Grayscale: #5F5F5F. Windows color (decimal): -4705192 or 5780664. OLE color: 5780664.
HSL color Cylindrical-coordinate representation of color #B83458: hue angle of 343.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83458 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 88 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.28 |
| HSL | 343.64º | 0.56% | 0.46% | - |
| HSV(B) | 343.64º | 0.72% | 0.72% | - |
| XYZ | 22.76 | 13.35 | 10.61 | - |
| YUV | 95.57 | 123.73 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 88 | 0 | 0.72 | 0.52 | 0.28 | 343.64 | 0.56 | 0.46 |
| Hex | B8 | 34 | 58 | 0 | 48 | 34 | 1C | 158 | 38 | 2E |
| Octal | 270 | 64 | 130 | 0 | 110 | 64 | 34 | 530 | 70 | 56 |
| Binary | 10111000 | 110100 | 1011000 | 0 | 1001000 | 110100 | 11100 | 101011000 | 111000 | 101110 |
Color Harmonies of #B83458
Complementary color
Monochromatic Colors of #B83458
Black with #B83458
Text Example
Text Example
White with #B83458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83458; }
p { color: rgb(184,52,88); }
H1.HeaderClassName
{
color: #B83458;
}
.AnyTagClassName
{
color: #B83458;
}
</style>
background-color css
<style>
a { background-color: #B83458; }
a { background-color: rgb(184,52,88); }
div.DivClassName
{
background-color: #B83458;
}
.BgClassName
{
background-color: #B83458;
}
</style>
border-color css
<style>
span { border-color: #B83458; }
span { border-color: rgb(184,52,88); }
td.TdClassName
{
border-color: #B83458;
}
.TagClassName
{
border-color: #B83458;
}
</style>