Shades of Old Rose #B2194D
Tints of Old Rose #B2194D
RGB
CMYK
RGB Variations
Color information
#B2194D (or 0xB2194D) is known color: Old Rose. HEX triplet: B2, 19 and 4D. RGB value is (178,25,77). Sum of RGB (Red+Green+Blue) = 178+25+77=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B2194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2194D is #4DE6B2. Grayscale: #4C4C4C. Windows color (decimal): -5105331 or 5052850. OLE color: 5052850.
HSL color Cylindrical-coordinate representation of color #B2194D: hue angle of 339.61º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2194D is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 77 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.30 |
| HSL | 339.61º | 0.75% | 0.4% | - |
| HSV(B) | 339.61º | 0.86% | 0.7% | - |
| XYZ | 20.05 | 10.7 | 8.03 | - |
| YUV | 76.68 | 128.19 | 200.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 77 | 0 | 0.86 | 0.57 | 0.30 | 339.61 | 0.75 | 0.4 |
| Hex | B2 | 19 | 4D | 0 | 56 | 39 | 1E | 154 | 4B | 28 |
| Octal | 262 | 31 | 115 | 0 | 126 | 71 | 36 | 524 | 113 | 50 |
| Binary | 10110010 | 11001 | 1001101 | 0 | 1010110 | 111001 | 11110 | 101010100 | 1001011 | 101000 |
Color Harmonies of #B2194D
Complementary color
Monochromatic Colors of #B2194D
Black with #B2194D
Text Example
Text Example
White with #B2194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2194D; }
p { color: rgb(178,25,77); }
H1.HeaderClassName
{
color: #B2194D;
}
.AnyTagClassName
{
color: #B2194D;
}
</style>
background-color css
<style>
a { background-color: #B2194D; }
a { background-color: rgb(178,25,77); }
div.DivClassName
{
background-color: #B2194D;
}
.BgClassName
{
background-color: #B2194D;
}
</style>
border-color css
<style>
span { border-color: #B2194D; }
span { border-color: rgb(178,25,77); }
td.TdClassName
{
border-color: #B2194D;
}
.TagClassName
{
border-color: #B2194D;
}
</style>