Shades of Old Rose #BF344D
Tints of Old Rose #BF344D
RGB
CMYK
RGB Variations
Color information
#BF344D (or 0xBF344D) is known color: Old Rose. HEX triplet: BF, 34 and 4D. RGB value is (191,52,77). Sum of RGB (Red+Green+Blue) = 191+52+77=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF344D is #40CBB2. Grayscale: #606060. Windows color (decimal): -4246451 or 5059775. OLE color: 5059775.
HSL color Cylindrical-coordinate representation of color #BF344D: hue angle of 349.21º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF344D is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 77 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.25 |
| HSL | 349.21º | 0.57% | 0.48% | - |
| HSV(B) | 349.21º | 0.73% | 0.75% | - |
| XYZ | 24.05 | 14.07 | 8.47 | - |
| YUV | 96.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 77 | 0 | 0.73 | 0.60 | 0.25 | 349.21 | 0.57 | 0.48 |
| Hex | BF | 34 | 4D | 0 | 49 | 3C | 19 | 15D | 39 | 30 |
| Octal | 277 | 64 | 115 | 0 | 111 | 74 | 31 | 535 | 71 | 60 |
| Binary | 10111111 | 110100 | 1001101 | 0 | 1001001 | 111100 | 11001 | 101011101 | 111001 | 110000 |
Color Harmonies of #BF344D
Complementary color
Monochromatic Colors of #BF344D
Black with #BF344D
Text Example
Text Example
White with #BF344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF344D; }
p { color: rgb(191,52,77); }
H1.HeaderClassName
{
color: #BF344D;
}
.AnyTagClassName
{
color: #BF344D;
}
</style>
background-color css
<style>
a { background-color: #BF344D; }
a { background-color: rgb(191,52,77); }
div.DivClassName
{
background-color: #BF344D;
}
.BgClassName
{
background-color: #BF344D;
}
</style>
border-color css
<style>
span { border-color: #BF344D; }
span { border-color: rgb(191,52,77); }
td.TdClassName
{
border-color: #BF344D;
}
.TagClassName
{
border-color: #BF344D;
}
</style>