Shades of Old Rose #B82C4D
Tints of Old Rose #B82C4D
RGB
CMYK
RGB Variations
Color information
#B82C4D (or 0xB82C4D) is known color: Old Rose. HEX triplet: B8, 2C and 4D. RGB value is (184,44,77). Sum of RGB (Red+Green+Blue) = 184+44+77=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82C4D is #47D3B2. Grayscale: #595959. Windows color (decimal): -4707251 or 5057720. OLE color: 5057720.
HSL color Cylindrical-coordinate representation of color #B82C4D: hue angle of 345.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 #B82C4D is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 77 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.28 |
| HSL | 345.86º | 0.61% | 0.45% | - |
| HSV(B) | 345.86º | 0.76% | 0.72% | - |
| XYZ | 22.01 | 12.53 | 8.28 | - |
| YUV | 89.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 77 | 0 | 0.76 | 0.58 | 0.28 | 345.86 | 0.61 | 0.45 |
| Hex | B8 | 2C | 4D | 0 | 4C | 3A | 1C | 15A | 3D | 2D |
| Octal | 270 | 54 | 115 | 0 | 114 | 72 | 34 | 532 | 75 | 55 |
| Binary | 10111000 | 101100 | 1001101 | 0 | 1001100 | 111010 | 11100 | 101011010 | 111101 | 101101 |
Color Harmonies of #B82C4D
Complementary color
Monochromatic Colors of #B82C4D
Black with #B82C4D
Text Example
Text Example
White with #B82C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C4D; }
p { color: rgb(184,44,77); }
H1.HeaderClassName
{
color: #B82C4D;
}
.AnyTagClassName
{
color: #B82C4D;
}
</style>
background-color css
<style>
a { background-color: #B82C4D; }
a { background-color: rgb(184,44,77); }
div.DivClassName
{
background-color: #B82C4D;
}
.BgClassName
{
background-color: #B82C4D;
}
</style>
border-color css
<style>
span { border-color: #B82C4D; }
span { border-color: rgb(184,44,77); }
td.TdClassName
{
border-color: #B82C4D;
}
.TagClassName
{
border-color: #B82C4D;
}
</style>