Shades of Old Rose #B81A4D
Tints of Old Rose #B81A4D
RGB
CMYK
RGB Variations
Color information
#B81A4D (or 0xB81A4D) is known color: Old Rose. HEX triplet: B8, 1A and 4D. RGB value is (184,26,77). Sum of RGB (Red+Green+Blue) = 184+26+77=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81A4D is #47E5B2. Grayscale: #4F4F4F. Windows color (decimal): -4711859 or 5053112. OLE color: 5053112.
HSL color Cylindrical-coordinate representation of color #B81A4D: hue angle of 340.63º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81A4D is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 26 | 77 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.28 |
| HSL | 340.63º | 0.75% | 0.41% | - |
| HSV(B) | 340.63º | 0.86% | 0.72% | - |
| XYZ | 21.48 | 11.46 | 8.1 | - |
| YUV | 79.06 | 126.85 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 26 | 77 | 0 | 0.86 | 0.58 | 0.28 | 340.63 | 0.75 | 0.41 |
| Hex | B8 | 1A | 4D | 0 | 56 | 3A | 1C | 155 | 4B | 29 |
| Octal | 270 | 32 | 115 | 0 | 126 | 72 | 34 | 525 | 113 | 51 |
| Binary | 10111000 | 11010 | 1001101 | 0 | 1010110 | 111010 | 11100 | 101010101 | 1001011 | 101001 |
Color Harmonies of #B81A4D
Complementary color
Monochromatic Colors of #B81A4D
Black with #B81A4D
Text Example
Text Example
White with #B81A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81A4D; }
p { color: rgb(184,26,77); }
H1.HeaderClassName
{
color: #B81A4D;
}
.AnyTagClassName
{
color: #B81A4D;
}
</style>
background-color css
<style>
a { background-color: #B81A4D; }
a { background-color: rgb(184,26,77); }
div.DivClassName
{
background-color: #B81A4D;
}
.BgClassName
{
background-color: #B81A4D;
}
</style>
border-color css
<style>
span { border-color: #B81A4D; }
span { border-color: rgb(184,26,77); }
td.TdClassName
{
border-color: #B81A4D;
}
.TagClassName
{
border-color: #B81A4D;
}
</style>