Shades of Old Rose #B83858
Tints of Old Rose #B83858
RGB
CMYK
RGB Variations
Color information
#B83858 (or 0xB83858) is known color: Old Rose. HEX triplet: B8, 38 and 58. RGB value is (184,56,88). Sum of RGB (Red+Green+Blue) = 184+56+88=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B83858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83858 is #47C7A7. Grayscale: #616161. Windows color (decimal): -4704168 or 5781688. OLE color: 5781688.
HSL color Cylindrical-coordinate representation of color #B83858: hue angle of 345º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83858 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 88 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.28 |
| HSL | 345º | 0.53% | 0.47% | - |
| HSV(B) | 345º | 0.7% | 0.72% | - |
| XYZ | 22.94 | 13.72 | 10.67 | - |
| YUV | 97.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 88 | 0 | 0.70 | 0.52 | 0.28 | 345 | 0.53 | 0.47 |
| Hex | B8 | 38 | 58 | 0 | 46 | 34 | 1C | 159 | 35 | 2F |
| Octal | 270 | 70 | 130 | 0 | 106 | 64 | 34 | 531 | 65 | 57 |
| Binary | 10111000 | 111000 | 1011000 | 0 | 1000110 | 110100 | 11100 | 101011001 | 110101 | 101111 |
Color Harmonies of #B83858
Complementary color
Monochromatic Colors of #B83858
Black with #B83858
Text Example
Text Example
White with #B83858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83858; }
p { color: rgb(184,56,88); }
H1.HeaderClassName
{
color: #B83858;
}
.AnyTagClassName
{
color: #B83858;
}
</style>
background-color css
<style>
a { background-color: #B83858; }
a { background-color: rgb(184,56,88); }
div.DivClassName
{
background-color: #B83858;
}
.BgClassName
{
background-color: #B83858;
}
</style>
border-color css
<style>
span { border-color: #B83858; }
span { border-color: rgb(184,56,88); }
td.TdClassName
{
border-color: #B83858;
}
.TagClassName
{
border-color: #B83858;
}
</style>