Shades of Old Rose #BF3A56
Tints of Old Rose #BF3A56
RGB
CMYK
RGB Variations
Color information
#BF3A56 (or 0xBF3A56) is known color: Old Rose. HEX triplet: BF, 3A and 56. RGB value is (191,58,86). Sum of RGB (Red+Green+Blue) = 191+58+86=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A56 is #40C5A9. Grayscale: #646464. Windows color (decimal): -4244906 or 5651135. OLE color: 5651135.
HSL color Cylindrical-coordinate representation of color #BF3A56: hue angle of 347.37º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A56 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 86 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.25 |
| HSL | 347.37º | 0.53% | 0.49% | - |
| HSV(B) | 347.37º | 0.7% | 0.75% | - |
| XYZ | 24.68 | 14.77 | 10.36 | - |
| YUV | 100.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 86 | 0 | 0.70 | 0.55 | 0.25 | 347.37 | 0.53 | 0.49 |
| Hex | BF | 3A | 56 | 0 | 46 | 37 | 19 | 15B | 35 | 31 |
| Octal | 277 | 72 | 126 | 0 | 106 | 67 | 31 | 533 | 65 | 61 |
| Binary | 10111111 | 111010 | 1010110 | 0 | 1000110 | 110111 | 11001 | 101011011 | 110101 | 110001 |
Color Harmonies of #BF3A56
Complementary color
Monochromatic Colors of #BF3A56
Black with #BF3A56
Text Example
Text Example
White with #BF3A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A56; }
p { color: rgb(191,58,86); }
H1.HeaderClassName
{
color: #BF3A56;
}
.AnyTagClassName
{
color: #BF3A56;
}
</style>
background-color css
<style>
a { background-color: #BF3A56; }
a { background-color: rgb(191,58,86); }
div.DivClassName
{
background-color: #BF3A56;
}
.BgClassName
{
background-color: #BF3A56;
}
</style>
border-color css
<style>
span { border-color: #BF3A56; }
span { border-color: rgb(191,58,86); }
td.TdClassName
{
border-color: #BF3A56;
}
.TagClassName
{
border-color: #BF3A56;
}
</style>