Shades of Old Rose #B82C54
Tints of Old Rose #B82C54
RGB
CMYK
RGB Variations
Color information
#B82C54 (or 0xB82C54) is known color: Old Rose. HEX triplet: B8, 2C and 54. RGB value is (184,44,84). Sum of RGB (Red+Green+Blue) = 184+44+84=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 84 (33.20% from 255 or 26.92% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82C54 is #47D3AB. Grayscale: #5A5A5A. Windows color (decimal): -4707244 or 5516472. OLE color: 5516472.
HSL color Cylindrical-coordinate representation of color #B82C54: hue angle of 342.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 #B82C54 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 84 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.28 |
| HSL | 342.86º | 0.61% | 0.45% | - |
| HSV(B) | 342.86º | 0.76% | 0.72% | - |
| XYZ | 22.27 | 12.63 | 9.65 | - |
| YUV | 90.42 | 124.38 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 84 | 0 | 0.76 | 0.54 | 0.28 | 342.86 | 0.61 | 0.45 |
| Hex | B8 | 2C | 54 | 0 | 4C | 36 | 1C | 157 | 3D | 2D |
| Octal | 270 | 54 | 124 | 0 | 114 | 66 | 34 | 527 | 75 | 55 |
| Binary | 10111000 | 101100 | 1010100 | 0 | 1001100 | 110110 | 11100 | 101010111 | 111101 | 101101 |
Color Harmonies of #B82C54
Complementary color
Monochromatic Colors of #B82C54
Black with #B82C54
Text Example
Text Example
White with #B82C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C54; }
p { color: rgb(184,44,84); }
H1.HeaderClassName
{
color: #B82C54;
}
.AnyTagClassName
{
color: #B82C54;
}
</style>
background-color css
<style>
a { background-color: #B82C54; }
a { background-color: rgb(184,44,84); }
div.DivClassName
{
background-color: #B82C54;
}
.BgClassName
{
background-color: #B82C54;
}
</style>
border-color css
<style>
span { border-color: #B82C54; }
span { border-color: rgb(184,44,84); }
td.TdClassName
{
border-color: #B82C54;
}
.TagClassName
{
border-color: #B82C54;
}
</style>