Shades of Old Rose #B81D4E
Tints of Old Rose #B81D4E
RGB
CMYK
RGB Variations
Color information
#B81D4E (or 0xB81D4E) is known color: Old Rose. HEX triplet: B8, 1D and 4E. RGB value is (184,29,78). Sum of RGB (Red+Green+Blue) = 184+29+78=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81D4E is #47E2B1. Grayscale: #505050. Windows color (decimal): -4711090 or 5119416. OLE color: 5119416.
HSL color Cylindrical-coordinate representation of color #B81D4E: hue angle of 341.03º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81D4E is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 78 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.28 |
| HSL | 341.03º | 0.73% | 0.42% | - |
| HSV(B) | 341.03º | 0.84% | 0.72% | - |
| XYZ | 21.58 | 11.62 | 8.31 | - |
| YUV | 80.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 78 | 0 | 0.84 | 0.58 | 0.28 | 341.03 | 0.73 | 0.42 |
| Hex | B8 | 1D | 4E | 0 | 54 | 3A | 1C | 155 | 49 | 2A |
| Octal | 270 | 35 | 116 | 0 | 124 | 72 | 34 | 525 | 111 | 52 |
| Binary | 10111000 | 11101 | 1001110 | 0 | 1010100 | 111010 | 11100 | 101010101 | 1001001 | 101010 |
Color Harmonies of #B81D4E
Complementary color
Monochromatic Colors of #B81D4E
Black with #B81D4E
Text Example
Text Example
White with #B81D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D4E; }
p { color: rgb(184,29,78); }
H1.HeaderClassName
{
color: #B81D4E;
}
.AnyTagClassName
{
color: #B81D4E;
}
</style>
background-color css
<style>
a { background-color: #B81D4E; }
a { background-color: rgb(184,29,78); }
div.DivClassName
{
background-color: #B81D4E;
}
.BgClassName
{
background-color: #B81D4E;
}
</style>
border-color css
<style>
span { border-color: #B81D4E; }
span { border-color: rgb(184,29,78); }
td.TdClassName
{
border-color: #B81D4E;
}
.TagClassName
{
border-color: #B81D4E;
}
</style>