Shades of Old Rose #BF324A
Tints of Old Rose #BF324A
RGB
CMYK
RGB Variations
Color information
#BF324A (or 0xBF324A) is known color: Old Rose. HEX triplet: BF, 32 and 4A. RGB value is (191,50,74). Sum of RGB (Red+Green+Blue) = 191+50+74=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF324A is #40CDB5. Grayscale: #5E5E5E. Windows color (decimal): -4246966 or 4862655. OLE color: 4862655.
HSL color Cylindrical-coordinate representation of color #BF324A: hue angle of 349.79º 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 #BF324A is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 74 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.25 |
| HSL | 349.79º | 0.59% | 0.47% | - |
| HSV(B) | 349.79º | 0.74% | 0.75% | - |
| XYZ | 23.86 | 13.85 | 7.89 | - |
| YUV | 94.9 | 116.21 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 74 | 0 | 0.74 | 0.61 | 0.25 | 349.79 | 0.59 | 0.47 |
| Hex | BF | 32 | 4A | 0 | 4A | 3D | 19 | 15E | 3B | 2F |
| Octal | 277 | 62 | 112 | 0 | 112 | 75 | 31 | 536 | 73 | 57 |
| Binary | 10111111 | 110010 | 1001010 | 0 | 1001010 | 111101 | 11001 | 101011110 | 111011 | 101111 |
Color Harmonies of #BF324A
Complementary color
Monochromatic Colors of #BF324A
Black with #BF324A
Text Example
Text Example
White with #BF324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF324A; }
p { color: rgb(191,50,74); }
H1.HeaderClassName
{
color: #BF324A;
}
.AnyTagClassName
{
color: #BF324A;
}
</style>
background-color css
<style>
a { background-color: #BF324A; }
a { background-color: rgb(191,50,74); }
div.DivClassName
{
background-color: #BF324A;
}
.BgClassName
{
background-color: #BF324A;
}
</style>
border-color css
<style>
span { border-color: #BF324A; }
span { border-color: rgb(191,50,74); }
td.TdClassName
{
border-color: #BF324A;
}
.TagClassName
{
border-color: #BF324A;
}
</style>