Shades of Old Rose #BF3A54
Tints of Old Rose #BF3A54
RGB
CMYK
RGB Variations
Color information
#BF3A54 (or 0xBF3A54) is known color: Old Rose. HEX triplet: BF, 3A and 54. RGB value is (191,58,84). Sum of RGB (Red+Green+Blue) = 191+58+84=333 (44% of max value = 765). Red value is 191 (75% from 255 or 57.36% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A54 is #40C5AB. Grayscale: #646464. Windows color (decimal): -4244908 or 5520063. OLE color: 5520063.
HSL color Cylindrical-coordinate representation of color #BF3A54: hue angle of 348.27º 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 #BF3A54 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 84 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.25 |
| HSL | 348.27º | 0.53% | 0.49% | - |
| HSV(B) | 348.27º | 0.7% | 0.75% | - |
| XYZ | 24.6 | 14.74 | 9.94 | - |
| YUV | 100.73 | 118.56 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 84 | 0 | 0.70 | 0.56 | 0.25 | 348.27 | 0.53 | 0.49 |
| Hex | BF | 3A | 54 | 0 | 46 | 38 | 19 | 15C | 35 | 31 |
| Octal | 277 | 72 | 124 | 0 | 106 | 70 | 31 | 534 | 65 | 61 |
| Binary | 10111111 | 111010 | 1010100 | 0 | 1000110 | 111000 | 11001 | 101011100 | 110101 | 110001 |
Color Harmonies of #BF3A54
Complementary color
Monochromatic Colors of #BF3A54
Black with #BF3A54
Text Example
Text Example
White with #BF3A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A54; }
p { color: rgb(191,58,84); }
H1.HeaderClassName
{
color: #BF3A54;
}
.AnyTagClassName
{
color: #BF3A54;
}
</style>
background-color css
<style>
a { background-color: #BF3A54; }
a { background-color: rgb(191,58,84); }
div.DivClassName
{
background-color: #BF3A54;
}
.BgClassName
{
background-color: #BF3A54;
}
</style>
border-color css
<style>
span { border-color: #BF3A54; }
span { border-color: rgb(191,58,84); }
td.TdClassName
{
border-color: #BF3A54;
}
.TagClassName
{
border-color: #BF3A54;
}
</style>