Shades of Old Rose #BF225E
Tints of Old Rose #BF225E
RGB
CMYK
RGB Variations
Color information
#BF225E (or 0xBF225E) is known color: Old Rose. HEX triplet: BF, 22 and 5E. RGB value is (191,34,94). Sum of RGB (Red+Green+Blue) = 191+34+94=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF225E is #40DDA1. Grayscale: #575757. Windows color (decimal): -4251042 or 6169279. OLE color: 6169279.
HSL color Cylindrical-coordinate representation of color #BF225E: hue angle of 337.07º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF225E is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 94 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.25 |
| HSL | 337.07º | 0.7% | 0.44% | - |
| HSV(B) | 337.07º | 0.82% | 0.75% | - |
| XYZ | 24.08 | 13.03 | 11.84 | - |
| YUV | 87.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 94 | 0 | 0.82 | 0.51 | 0.25 | 337.07 | 0.7 | 0.44 |
| Hex | BF | 22 | 5E | 0 | 52 | 33 | 19 | 151 | 46 | 2C |
| Octal | 277 | 42 | 136 | 0 | 122 | 63 | 31 | 521 | 106 | 54 |
| Binary | 10111111 | 100010 | 1011110 | 0 | 1010010 | 110011 | 11001 | 101010001 | 1000110 | 101100 |
Color Harmonies of #BF225E
Complementary color
Monochromatic Colors of #BF225E
Black with #BF225E
Text Example
Text Example
White with #BF225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF225E; }
p { color: rgb(191,34,94); }
H1.HeaderClassName
{
color: #BF225E;
}
.AnyTagClassName
{
color: #BF225E;
}
</style>
background-color css
<style>
a { background-color: #BF225E; }
a { background-color: rgb(191,34,94); }
div.DivClassName
{
background-color: #BF225E;
}
.BgClassName
{
background-color: #BF225E;
}
</style>
border-color css
<style>
span { border-color: #BF225E; }
span { border-color: rgb(191,34,94); }
td.TdClassName
{
border-color: #BF225E;
}
.TagClassName
{
border-color: #BF225E;
}
</style>