Shades of Old Rose #BF324C
Tints of Old Rose #BF324C
RGB
CMYK
RGB Variations
Color information
#BF324C (or 0xBF324C) is known color: Old Rose. HEX triplet: BF, 32 and 4C. RGB value is (191,50,76). Sum of RGB (Red+Green+Blue) = 191+50+76=317 (41% of max value = 765). Red value is 191 (75% from 255 or 60.25% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 191 - color contains mainly: red. Hex color #BF324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF324C is #40CDB3. Grayscale: #5F5F5F. Windows color (decimal): -4246964 or 4993727. OLE color: 4993727.
HSL color Cylindrical-coordinate representation of color #BF324C: hue angle of 348.94º 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 #BF324C is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 50 | 76 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.25 |
| HSL | 348.94º | 0.59% | 0.47% | - |
| HSV(B) | 348.94º | 0.74% | 0.75% | - |
| XYZ | 23.93 | 13.88 | 8.26 | - |
| YUV | 95.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 50 | 76 | 0 | 0.74 | 0.60 | 0.25 | 348.94 | 0.59 | 0.47 |
| Hex | BF | 32 | 4C | 0 | 4A | 3C | 19 | 15D | 3B | 2F |
| Octal | 277 | 62 | 114 | 0 | 112 | 74 | 31 | 535 | 73 | 57 |
| Binary | 10111111 | 110010 | 1001100 | 0 | 1001010 | 111100 | 11001 | 101011101 | 111011 | 101111 |
Color Harmonies of #BF324C
Complementary color
Monochromatic Colors of #BF324C
Black with #BF324C
Text Example
Text Example
White with #BF324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF324C; }
p { color: rgb(191,50,76); }
H1.HeaderClassName
{
color: #BF324C;
}
.AnyTagClassName
{
color: #BF324C;
}
</style>
background-color css
<style>
a { background-color: #BF324C; }
a { background-color: rgb(191,50,76); }
div.DivClassName
{
background-color: #BF324C;
}
.BgClassName
{
background-color: #BF324C;
}
</style>
border-color css
<style>
span { border-color: #BF324C; }
span { border-color: rgb(191,50,76); }
td.TdClassName
{
border-color: #BF324C;
}
.TagClassName
{
border-color: #BF324C;
}
</style>