Shades of Old Rose #BF325E
Tints of Old Rose #BF325E
RGB
CMYK
RGB Variations
Color information
#BF325E (or 0xBF325E) is known color: Old Rose. HEX triplet: BF, 32 and 5E. RGB value is (191,50,94). Sum of RGB (Red+Green+Blue) = 191+50+94=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF325E is #40CDA1. Grayscale: #616161. Windows color (decimal): -4246946 or 6173375. OLE color: 6173375.
HSL color Cylindrical-coordinate representation of color #BF325E: hue angle of 341.28º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF325E is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 94 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.25 |
| HSL | 341.28º | 0.59% | 0.47% | - |
| HSV(B) | 341.28º | 0.74% | 0.75% | - |
| XYZ | 24.65 | 14.17 | 12.02 | - |
| YUV | 97.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 94 | 0 | 0.74 | 0.51 | 0.25 | 341.28 | 0.59 | 0.47 |
| Hex | BF | 32 | 5E | 0 | 4A | 33 | 19 | 155 | 3B | 2F |
| Octal | 277 | 62 | 136 | 0 | 112 | 63 | 31 | 525 | 73 | 57 |
| Binary | 10111111 | 110010 | 1011110 | 0 | 1001010 | 110011 | 11001 | 101010101 | 111011 | 101111 |
Color Harmonies of #BF325E
Complementary color
Monochromatic Colors of #BF325E
Black with #BF325E
Text Example
Text Example
White with #BF325E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF325E; }
p { color: rgb(191,50,94); }
H1.HeaderClassName
{
color: #BF325E;
}
.AnyTagClassName
{
color: #BF325E;
}
</style>
background-color css
<style>
a { background-color: #BF325E; }
a { background-color: rgb(191,50,94); }
div.DivClassName
{
background-color: #BF325E;
}
.BgClassName
{
background-color: #BF325E;
}
</style>
border-color css
<style>
span { border-color: #BF325E; }
span { border-color: rgb(191,50,94); }
td.TdClassName
{
border-color: #BF325E;
}
.TagClassName
{
border-color: #BF325E;
}
</style>