Shades of Old Rose #B83659
Tints of Old Rose #B83659
RGB
CMYK
RGB Variations
Color information
#B83659 (or 0xB83659) is known color: Old Rose. HEX triplet: B8, 36 and 59. RGB value is (184,54,89). Sum of RGB (Red+Green+Blue) = 184+54+89=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 89 (35.16% from 255 or 27.22% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B83659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83659 is #47C9A6. Grayscale: #606060. Windows color (decimal): -4704679 or 5846712. OLE color: 5846712.
HSL color Cylindrical-coordinate representation of color #B83659: hue angle of 343.85º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83659 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 89 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.28 |
| HSL | 343.85º | 0.55% | 0.47% | - |
| HSV(B) | 343.85º | 0.71% | 0.72% | - |
| XYZ | 22.89 | 13.55 | 10.86 | - |
| YUV | 96.86 | 123.57 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 89 | 0 | 0.71 | 0.52 | 0.28 | 343.85 | 0.55 | 0.47 |
| Hex | B8 | 36 | 59 | 0 | 47 | 34 | 1C | 158 | 37 | 2F |
| Octal | 270 | 66 | 131 | 0 | 107 | 64 | 34 | 530 | 67 | 57 |
| Binary | 10111000 | 110110 | 1011001 | 0 | 1000111 | 110100 | 11100 | 101011000 | 110111 | 101111 |
Color Harmonies of #B83659
Complementary color
Monochromatic Colors of #B83659
Black with #B83659
Text Example
Text Example
White with #B83659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83659; }
p { color: rgb(184,54,89); }
H1.HeaderClassName
{
color: #B83659;
}
.AnyTagClassName
{
color: #B83659;
}
</style>
background-color css
<style>
a { background-color: #B83659; }
a { background-color: rgb(184,54,89); }
div.DivClassName
{
background-color: #B83659;
}
.BgClassName
{
background-color: #B83659;
}
</style>
border-color css
<style>
span { border-color: #B83659; }
span { border-color: rgb(184,54,89); }
td.TdClassName
{
border-color: #B83659;
}
.TagClassName
{
border-color: #B83659;
}
</style>