Shades of Old Rose #B81D4F
Tints of Old Rose #B81D4F
RGB
CMYK
RGB Variations
Color information
#B81D4F (or 0xB81D4F) is known color: Old Rose. HEX triplet: B8, 1D and 4F. RGB value is (184,29,79). Sum of RGB (Red+Green+Blue) = 184+29+79=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81D4F is #47E2B0. Grayscale: #515151. Windows color (decimal): -4711089 or 5184952. OLE color: 5184952.
HSL color Cylindrical-coordinate representation of color #B81D4F: hue angle of 340.65º 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 #B81D4F is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 79 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.28 |
| HSL | 340.65º | 0.73% | 0.42% | - |
| HSV(B) | 340.65º | 0.84% | 0.72% | - |
| XYZ | 21.62 | 11.63 | 8.5 | - |
| YUV | 81.05 | 126.85 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 79 | 0 | 0.84 | 0.57 | 0.28 | 340.65 | 0.73 | 0.42 |
| Hex | B8 | 1D | 4F | 0 | 54 | 39 | 1C | 155 | 49 | 2A |
| Octal | 270 | 35 | 117 | 0 | 124 | 71 | 34 | 525 | 111 | 52 |
| Binary | 10111000 | 11101 | 1001111 | 0 | 1010100 | 111001 | 11100 | 101010101 | 1001001 | 101010 |
Color Harmonies of #B81D4F
Complementary color
Monochromatic Colors of #B81D4F
Black with #B81D4F
Text Example
Text Example
White with #B81D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D4F; }
p { color: rgb(184,29,79); }
H1.HeaderClassName
{
color: #B81D4F;
}
.AnyTagClassName
{
color: #B81D4F;
}
</style>
background-color css
<style>
a { background-color: #B81D4F; }
a { background-color: rgb(184,29,79); }
div.DivClassName
{
background-color: #B81D4F;
}
.BgClassName
{
background-color: #B81D4F;
}
</style>
border-color css
<style>
span { border-color: #B81D4F; }
span { border-color: rgb(184,29,79); }
td.TdClassName
{
border-color: #B81D4F;
}
.TagClassName
{
border-color: #B81D4F;
}
</style>