Shades of Old Rose #B83647
Tints of Old Rose #B83647
RGB
CMYK
RGB Variations
Color information
#B83647 (or 0xB83647) is known color: Old Rose. HEX triplet: B8, 36 and 47. RGB value is (184,54,71). Sum of RGB (Red+Green+Blue) = 184+54+71=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B83647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83647 is #47C9B8. Grayscale: #5E5E5E. Windows color (decimal): -4704697 or 4667064. OLE color: 4667064.
HSL color Cylindrical-coordinate representation of color #B83647: hue angle of 352.15º 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 #B83647 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 71 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.28 |
| HSL | 352.15º | 0.55% | 0.47% | - |
| HSV(B) | 352.15º | 0.71% | 0.72% | - |
| XYZ | 22.22 | 13.28 | 7.35 | - |
| YUV | 94.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 71 | 0 | 0.71 | 0.61 | 0.28 | 352.15 | 0.55 | 0.47 |
| Hex | B8 | 36 | 47 | 0 | 47 | 3D | 1C | 160 | 37 | 2F |
| Octal | 270 | 66 | 107 | 0 | 107 | 75 | 34 | 540 | 67 | 57 |
| Binary | 10111000 | 110110 | 1000111 | 0 | 1000111 | 111101 | 11100 | 101100000 | 110111 | 101111 |
Color Harmonies of #B83647
Complementary color
Monochromatic Colors of #B83647
Black with #B83647
Text Example
Text Example
White with #B83647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83647; }
p { color: rgb(184,54,71); }
H1.HeaderClassName
{
color: #B83647;
}
.AnyTagClassName
{
color: #B83647;
}
</style>
background-color css
<style>
a { background-color: #B83647; }
a { background-color: rgb(184,54,71); }
div.DivClassName
{
background-color: #B83647;
}
.BgClassName
{
background-color: #B83647;
}
</style>
border-color css
<style>
span { border-color: #B83647; }
span { border-color: rgb(184,54,71); }
td.TdClassName
{
border-color: #B83647;
}
.TagClassName
{
border-color: #B83647;
}
</style>