Shades of Old Rose #BF3F52
Tints of Old Rose #BF3F52
RGB
CMYK
RGB Variations
Color information
#BF3F52 (or 0xBF3F52) is known color: Old Rose. HEX triplet: BF, 3F and 52. RGB value is (191,63,82). Sum of RGB (Red+Green+Blue) = 191+63+82=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3F52 is #40C0AD. Grayscale: #676767. Windows color (decimal): -4243630 or 5390271. OLE color: 5390271.
HSL color Cylindrical-coordinate representation of color #BF3F52: hue angle of 351.09º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF3F52 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 82 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.25 |
| HSL | 351.09º | 0.5% | 0.5% | - |
| HSV(B) | 351.09º | 0.67% | 0.75% | - |
| XYZ | 24.79 | 15.24 | 9.62 | - |
| YUV | 103.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 82 | 0 | 0.67 | 0.57 | 0.25 | 351.09 | 0.5 | 0.5 |
| Hex | BF | 3F | 52 | 0 | 43 | 39 | 19 | 15F | 32 | 32 |
| Octal | 277 | 77 | 122 | 0 | 103 | 71 | 31 | 537 | 62 | 62 |
| Binary | 10111111 | 111111 | 1010010 | 0 | 1000011 | 111001 | 11001 | 101011111 | 110010 | 110010 |
Color Harmonies of #BF3F52
Complementary color
Monochromatic Colors of #BF3F52
Black with #BF3F52
Text Example
Text Example
White with #BF3F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F52; }
p { color: rgb(191,63,82); }
H1.HeaderClassName
{
color: #BF3F52;
}
.AnyTagClassName
{
color: #BF3F52;
}
</style>
background-color css
<style>
a { background-color: #BF3F52; }
a { background-color: rgb(191,63,82); }
div.DivClassName
{
background-color: #BF3F52;
}
.BgClassName
{
background-color: #BF3F52;
}
</style>
border-color css
<style>
span { border-color: #BF3F52; }
span { border-color: rgb(191,63,82); }
td.TdClassName
{
border-color: #BF3F52;
}
.TagClassName
{
border-color: #BF3F52;
}
</style>