Shades of Old Rose #B83859
Tints of Old Rose #B83859
RGB
CMYK
RGB Variations
Color information
#B83859 (or 0xB83859) is known color: Old Rose. HEX triplet: B8, 38 and 59. RGB value is (184,56,89). Sum of RGB (Red+Green+Blue) = 184+56+89=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B83859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83859 is #47C7A6. Grayscale: #626262. Windows color (decimal): -4704167 or 5847224. OLE color: 5847224.
HSL color Cylindrical-coordinate representation of color #B83859: hue angle of 344.53º 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 #B83859 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 89 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.28 |
| HSL | 344.53º | 0.53% | 0.47% | - |
| HSV(B) | 344.53º | 0.7% | 0.72% | - |
| XYZ | 22.98 | 13.74 | 10.89 | - |
| YUV | 98.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 89 | 0 | 0.70 | 0.52 | 0.28 | 344.53 | 0.53 | 0.47 |
| Hex | B8 | 38 | 59 | 0 | 46 | 34 | 1C | 159 | 35 | 2F |
| Octal | 270 | 70 | 131 | 0 | 106 | 64 | 34 | 531 | 65 | 57 |
| Binary | 10111000 | 111000 | 1011001 | 0 | 1000110 | 110100 | 11100 | 101011001 | 110101 | 101111 |
Color Harmonies of #B83859
Complementary color
Monochromatic Colors of #B83859
Black with #B83859
Text Example
Text Example
White with #B83859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83859; }
p { color: rgb(184,56,89); }
H1.HeaderClassName
{
color: #B83859;
}
.AnyTagClassName
{
color: #B83859;
}
</style>
background-color css
<style>
a { background-color: #B83859; }
a { background-color: rgb(184,56,89); }
div.DivClassName
{
background-color: #B83859;
}
.BgClassName
{
background-color: #B83859;
}
</style>
border-color css
<style>
span { border-color: #B83859; }
span { border-color: rgb(184,56,89); }
td.TdClassName
{
border-color: #B83859;
}
.TagClassName
{
border-color: #B83859;
}
</style>