Shades of Old Rose #B83559
Tints of Old Rose #B83559
RGB
CMYK
RGB Variations
Color information
#B83559 (or 0xB83559) is known color: Old Rose. HEX triplet: B8, 35 and 59. RGB value is (184,53,89). Sum of RGB (Red+Green+Blue) = 184+53+89=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B83559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83559 is #47CAA6. Grayscale: #606060. Windows color (decimal): -4704935 or 5846456. OLE color: 5846456.
HSL color Cylindrical-coordinate representation of color #B83559: hue angle of 343.51º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83559 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 89 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.28 |
| HSL | 343.51º | 0.55% | 0.46% | - |
| HSV(B) | 343.51º | 0.71% | 0.72% | - |
| XYZ | 22.84 | 13.46 | 10.84 | - |
| YUV | 96.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 89 | 0 | 0.71 | 0.52 | 0.28 | 343.51 | 0.55 | 0.46 |
| Hex | B8 | 35 | 59 | 0 | 47 | 34 | 1C | 158 | 37 | 2E |
| Octal | 270 | 65 | 131 | 0 | 107 | 64 | 34 | 530 | 67 | 56 |
| Binary | 10111000 | 110101 | 1011001 | 0 | 1000111 | 110100 | 11100 | 101011000 | 110111 | 101110 |
Color Harmonies of #B83559
Complementary color
Monochromatic Colors of #B83559
Black with #B83559
Text Example
Text Example
White with #B83559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83559; }
p { color: rgb(184,53,89); }
H1.HeaderClassName
{
color: #B83559;
}
.AnyTagClassName
{
color: #B83559;
}
</style>
background-color css
<style>
a { background-color: #B83559; }
a { background-color: rgb(184,53,89); }
div.DivClassName
{
background-color: #B83559;
}
.BgClassName
{
background-color: #B83559;
}
</style>
border-color css
<style>
span { border-color: #B83559; }
span { border-color: rgb(184,53,89); }
td.TdClassName
{
border-color: #B83559;
}
.TagClassName
{
border-color: #B83559;
}
</style>