Shades of Old Rose #B83748
Tints of Old Rose #B83748
RGB
CMYK
RGB Variations
Color information
#B83748 (or 0xB83748) is known color: Old Rose. HEX triplet: B8, 37 and 48. RGB value is (184,55,72). Sum of RGB (Red+Green+Blue) = 184+55+72=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B83748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83748 is #47C8B7. Grayscale: #5F5F5F. Windows color (decimal): -4704440 or 4732856. OLE color: 4732856.
HSL color Cylindrical-coordinate representation of color #B83748: hue angle of 352.09º degrees, saturation: 0.54, 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 #B83748 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 72 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.28 |
| HSL | 352.09º | 0.54% | 0.47% | - |
| HSV(B) | 352.09º | 0.7% | 0.72% | - |
| XYZ | 22.3 | 13.39 | 7.54 | - |
| YUV | 95.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 72 | 0 | 0.70 | 0.61 | 0.28 | 352.09 | 0.54 | 0.47 |
| Hex | B8 | 37 | 48 | 0 | 46 | 3D | 1C | 160 | 36 | 2F |
| Octal | 270 | 67 | 110 | 0 | 106 | 75 | 34 | 540 | 66 | 57 |
| Binary | 10111000 | 110111 | 1001000 | 0 | 1000110 | 111101 | 11100 | 101100000 | 110110 | 101111 |
Color Harmonies of #B83748
Complementary color
Monochromatic Colors of #B83748
Black with #B83748
Text Example
Text Example
White with #B83748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83748; }
p { color: rgb(184,55,72); }
H1.HeaderClassName
{
color: #B83748;
}
.AnyTagClassName
{
color: #B83748;
}
</style>
background-color css
<style>
a { background-color: #B83748; }
a { background-color: rgb(184,55,72); }
div.DivClassName
{
background-color: #B83748;
}
.BgClassName
{
background-color: #B83748;
}
</style>
border-color css
<style>
span { border-color: #B83748; }
span { border-color: rgb(184,55,72); }
td.TdClassName
{
border-color: #B83748;
}
.TagClassName
{
border-color: #B83748;
}
</style>