Shades of Old Rose #B2194E
Tints of Old Rose #B2194E
RGB
CMYK
RGB Variations
Color information
#B2194E (or 0xB2194E) is known color: Old Rose. HEX triplet: B2, 19 and 4E. RGB value is (178,25,78). Sum of RGB (Red+Green+Blue) = 178+25+78=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B2194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2194E is #4DE6B1. Grayscale: #4C4C4C. Windows color (decimal): -5105330 or 5118386. OLE color: 5118386.
HSL color Cylindrical-coordinate representation of color #B2194E: hue angle of 339.22º 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 #B2194E is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 25 | 78 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.30 |
| HSL | 339.22º | 0.75% | 0.4% | - |
| HSV(B) | 339.22º | 0.86% | 0.7% | - |
| XYZ | 20.08 | 10.71 | 8.22 | - |
| YUV | 76.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 25 | 78 | 0 | 0.86 | 0.56 | 0.30 | 339.22 | 0.75 | 0.4 |
| Hex | B2 | 19 | 4E | 0 | 56 | 38 | 1E | 153 | 4B | 28 |
| Octal | 262 | 31 | 116 | 0 | 126 | 70 | 36 | 523 | 113 | 50 |
| Binary | 10110010 | 11001 | 1001110 | 0 | 1010110 | 111000 | 11110 | 101010011 | 1001011 | 101000 |
Color Harmonies of #B2194E
Complementary color
Monochromatic Colors of #B2194E
Black with #B2194E
Text Example
Text Example
White with #B2194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2194E; }
p { color: rgb(178,25,78); }
H1.HeaderClassName
{
color: #B2194E;
}
.AnyTagClassName
{
color: #B2194E;
}
</style>
background-color css
<style>
a { background-color: #B2194E; }
a { background-color: rgb(178,25,78); }
div.DivClassName
{
background-color: #B2194E;
}
.BgClassName
{
background-color: #B2194E;
}
</style>
border-color css
<style>
span { border-color: #B2194E; }
span { border-color: rgb(178,25,78); }
td.TdClassName
{
border-color: #B2194E;
}
.TagClassName
{
border-color: #B2194E;
}
</style>