Shades of Old Rose #BF324F
Tints of Old Rose #BF324F
RGB
CMYK
RGB Variations
Color information
#BF324F (or 0xBF324F) is known color: Old Rose. HEX triplet: BF, 32 and 4F. RGB value is (191,50,79). Sum of RGB (Red+Green+Blue) = 191+50+79=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF324F is #40CDB0. Grayscale: #5F5F5F. Windows color (decimal): -4246961 or 5190335. OLE color: 5190335.
HSL color Cylindrical-coordinate representation of color #BF324F: hue angle of 347.66º 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 #BF324F is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 79 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.25 |
| HSL | 347.66º | 0.59% | 0.47% | - |
| HSV(B) | 347.66º | 0.74% | 0.75% | - |
| XYZ | 24.04 | 13.92 | 8.82 | - |
| YUV | 95.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 79 | 0 | 0.74 | 0.59 | 0.25 | 347.66 | 0.59 | 0.47 |
| Hex | BF | 32 | 4F | 0 | 4A | 3B | 19 | 15C | 3B | 2F |
| Octal | 277 | 62 | 117 | 0 | 112 | 73 | 31 | 534 | 73 | 57 |
| Binary | 10111111 | 110010 | 1001111 | 0 | 1001010 | 111011 | 11001 | 101011100 | 111011 | 101111 |
Color Harmonies of #BF324F
Complementary color
Monochromatic Colors of #BF324F
Black with #BF324F
Text Example
Text Example
White with #BF324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF324F; }
p { color: rgb(191,50,79); }
H1.HeaderClassName
{
color: #BF324F;
}
.AnyTagClassName
{
color: #BF324F;
}
</style>
background-color css
<style>
a { background-color: #BF324F; }
a { background-color: rgb(191,50,79); }
div.DivClassName
{
background-color: #BF324F;
}
.BgClassName
{
background-color: #BF324F;
}
</style>
border-color css
<style>
span { border-color: #BF324F; }
span { border-color: rgb(191,50,79); }
td.TdClassName
{
border-color: #BF324F;
}
.TagClassName
{
border-color: #BF324F;
}
</style>