Shades of Old Rose #B8194B
Tints of Old Rose #B8194B
RGB
CMYK
RGB Variations
Color information
#B8194B (or 0xB8194B) is known color: Old Rose. HEX triplet: B8, 19 and 4B. RGB value is (184,25,75). Sum of RGB (Red+Green+Blue) = 184+25+75=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8194B is #47E6B4. Grayscale: #4E4E4E. Windows color (decimal): -4712117 or 4921784. OLE color: 4921784.
HSL color Cylindrical-coordinate representation of color #B8194B: hue angle of 341.13º degrees, saturation: 0.76, 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 #B8194B is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 75 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.28 |
| HSL | 341.13º | 0.76% | 0.41% | - |
| HSV(B) | 341.13º | 0.86% | 0.72% | - |
| XYZ | 21.38 | 11.39 | 7.73 | - |
| YUV | 78.24 | 126.18 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 75 | 0 | 0.86 | 0.59 | 0.28 | 341.13 | 0.76 | 0.41 |
| Hex | B8 | 19 | 4B | 0 | 56 | 3B | 1C | 155 | 4C | 29 |
| Octal | 270 | 31 | 113 | 0 | 126 | 73 | 34 | 525 | 114 | 51 |
| Binary | 10111000 | 11001 | 1001011 | 0 | 1010110 | 111011 | 11100 | 101010101 | 1001100 | 101001 |
Color Harmonies of #B8194B
Complementary color
Monochromatic Colors of #B8194B
Black with #B8194B
Text Example
Text Example
White with #B8194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8194B; }
p { color: rgb(184,25,75); }
H1.HeaderClassName
{
color: #B8194B;
}
.AnyTagClassName
{
color: #B8194B;
}
</style>
background-color css
<style>
a { background-color: #B8194B; }
a { background-color: rgb(184,25,75); }
div.DivClassName
{
background-color: #B8194B;
}
.BgClassName
{
background-color: #B8194B;
}
</style>
border-color css
<style>
span { border-color: #B8194B; }
span { border-color: rgb(184,25,75); }
td.TdClassName
{
border-color: #B8194B;
}
.TagClassName
{
border-color: #B8194B;
}
</style>