Shades of Old Rose #B82C46
Tints of Old Rose #B82C46
RGB
CMYK
RGB Variations
Color information
#B82C46 (or 0xB82C46) is known color: Old Rose. HEX triplet: B8, 2C and 46. RGB value is (184,44,70). Sum of RGB (Red+Green+Blue) = 184+44+70=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82C46 is #47D3B9. Grayscale: #585858. Windows color (decimal): -4707258 or 4598968. OLE color: 4598968.
HSL color Cylindrical-coordinate representation of color #B82C46: hue angle of 348.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82C46 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 70 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.28 |
| HSL | 348.86º | 0.61% | 0.45% | - |
| HSV(B) | 348.86º | 0.76% | 0.72% | - |
| XYZ | 21.77 | 12.43 | 7.05 | - |
| YUV | 88.82 | 117.38 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 70 | 0 | 0.76 | 0.62 | 0.28 | 348.86 | 0.61 | 0.45 |
| Hex | B8 | 2C | 46 | 0 | 4C | 3E | 1C | 15D | 3D | 2D |
| Octal | 270 | 54 | 106 | 0 | 114 | 76 | 34 | 535 | 75 | 55 |
| Binary | 10111000 | 101100 | 1000110 | 0 | 1001100 | 111110 | 11100 | 101011101 | 111101 | 101101 |
Color Harmonies of #B82C46
Complementary color
Monochromatic Colors of #B82C46
Black with #B82C46
Text Example
Text Example
White with #B82C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C46; }
p { color: rgb(184,44,70); }
H1.HeaderClassName
{
color: #B82C46;
}
.AnyTagClassName
{
color: #B82C46;
}
</style>
background-color css
<style>
a { background-color: #B82C46; }
a { background-color: rgb(184,44,70); }
div.DivClassName
{
background-color: #B82C46;
}
.BgClassName
{
background-color: #B82C46;
}
</style>
border-color css
<style>
span { border-color: #B82C46; }
span { border-color: rgb(184,44,70); }
td.TdClassName
{
border-color: #B82C46;
}
.TagClassName
{
border-color: #B82C46;
}
</style>