Shades of Old Rose #B83744
Tints of Old Rose #B83744
RGB
CMYK
RGB Variations
Color information
#B83744 (or 0xB83744) is known color: Old Rose. HEX triplet: B8, 37 and 44. RGB value is (184,55,68). Sum of RGB (Red+Green+Blue) = 184+55+68=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B83744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83744 is #47C8BB. Grayscale: #5F5F5F. Windows color (decimal): -4704444 or 4470712. OLE color: 4470712.
HSL color Cylindrical-coordinate representation of color #B83744: hue angle of 353.95º 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 #B83744 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 68 | - |
| CMYK | 0 | 0.70 | 0.63 | 0.28 |
| HSL | 353.95º | 0.54% | 0.47% | - |
| HSV(B) | 353.95º | 0.7% | 0.72% | - |
| XYZ | 22.18 | 13.34 | 6.87 | - |
| YUV | 95.05 | 112.74 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 68 | 0 | 0.70 | 0.63 | 0.28 | 353.95 | 0.54 | 0.47 |
| Hex | B8 | 37 | 44 | 0 | 46 | 3F | 1C | 162 | 36 | 2F |
| Octal | 270 | 67 | 104 | 0 | 106 | 77 | 34 | 542 | 66 | 57 |
| Binary | 10111000 | 110111 | 1000100 | 0 | 1000110 | 111111 | 11100 | 101100010 | 110110 | 101111 |
Color Harmonies of #B83744
Complementary color
Monochromatic Colors of #B83744
Black with #B83744
Text Example
Text Example
White with #B83744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83744; }
p { color: rgb(184,55,68); }
H1.HeaderClassName
{
color: #B83744;
}
.AnyTagClassName
{
color: #B83744;
}
</style>
background-color css
<style>
a { background-color: #B83744; }
a { background-color: rgb(184,55,68); }
div.DivClassName
{
background-color: #B83744;
}
.BgClassName
{
background-color: #B83744;
}
</style>
border-color css
<style>
span { border-color: #B83744; }
span { border-color: rgb(184,55,68); }
td.TdClassName
{
border-color: #B83744;
}
.TagClassName
{
border-color: #B83744;
}
</style>