Shades of Old Rose #B8294F
Tints of Old Rose #B8294F
RGB
CMYK
RGB Variations
Color information
#B8294F (or 0xB8294F) is known color: Old Rose. HEX triplet: B8, 29 and 4F. RGB value is (184,41,79). Sum of RGB (Red+Green+Blue) = 184+41+79=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B8294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8294F is #47D6B0. Grayscale: #585858. Windows color (decimal): -4708017 or 5188024. OLE color: 5188024.
HSL color Cylindrical-coordinate representation of color #B8294F: hue angle of 344.06º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8294F is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 41 | 79 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.28 |
| HSL | 344.06º | 0.64% | 0.44% | - |
| HSV(B) | 344.06º | 0.78% | 0.72% | - |
| XYZ | 21.97 | 12.34 | 8.62 | - |
| YUV | 88.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 41 | 79 | 0 | 0.78 | 0.57 | 0.28 | 344.06 | 0.64 | 0.44 |
| Hex | B8 | 29 | 4F | 0 | 4E | 39 | 1C | 158 | 40 | 2C |
| Octal | 270 | 51 | 117 | 0 | 116 | 71 | 34 | 530 | 100 | 54 |
| Binary | 10111000 | 101001 | 1001111 | 0 | 1001110 | 111001 | 11100 | 101011000 | 1000000 | 101100 |
Color Harmonies of #B8294F
Complementary color
Monochromatic Colors of #B8294F
Black with #B8294F
Text Example
Text Example
White with #B8294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8294F; }
p { color: rgb(184,41,79); }
H1.HeaderClassName
{
color: #B8294F;
}
.AnyTagClassName
{
color: #B8294F;
}
</style>
background-color css
<style>
a { background-color: #B8294F; }
a { background-color: rgb(184,41,79); }
div.DivClassName
{
background-color: #B8294F;
}
.BgClassName
{
background-color: #B8294F;
}
</style>
border-color css
<style>
span { border-color: #B8294F; }
span { border-color: rgb(184,41,79); }
td.TdClassName
{
border-color: #B8294F;
}
.TagClassName
{
border-color: #B8294F;
}
</style>