Shades of Old Rose #BF3A58
Tints of Old Rose #BF3A58
RGB
CMYK
RGB Variations
Color information
#BF3A58 (or 0xBF3A58) is known color: Old Rose. HEX triplet: BF, 3A and 58. RGB value is (191,58,88). Sum of RGB (Red+Green+Blue) = 191+58+88=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A58 is #40C5A7. Grayscale: #656565. Windows color (decimal): -4244904 or 5782207. OLE color: 5782207.
HSL color Cylindrical-coordinate representation of color #BF3A58: hue angle of 346.47º 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 #BF3A58 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 88 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.25 |
| HSL | 346.47º | 0.53% | 0.49% | - |
| HSV(B) | 346.47º | 0.7% | 0.75% | - |
| XYZ | 24.76 | 14.81 | 10.79 | - |
| YUV | 101.19 | 120.56 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 88 | 0 | 0.70 | 0.54 | 0.25 | 346.47 | 0.53 | 0.49 |
| Hex | BF | 3A | 58 | 0 | 46 | 36 | 19 | 15A | 35 | 31 |
| Octal | 277 | 72 | 130 | 0 | 106 | 66 | 31 | 532 | 65 | 61 |
| Binary | 10111111 | 111010 | 1011000 | 0 | 1000110 | 110110 | 11001 | 101011010 | 110101 | 110001 |
Color Harmonies of #BF3A58
Complementary color
Monochromatic Colors of #BF3A58
Black with #BF3A58
Text Example
Text Example
White with #BF3A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A58; }
p { color: rgb(191,58,88); }
H1.HeaderClassName
{
color: #BF3A58;
}
.AnyTagClassName
{
color: #BF3A58;
}
</style>
background-color css
<style>
a { background-color: #BF3A58; }
a { background-color: rgb(191,58,88); }
div.DivClassName
{
background-color: #BF3A58;
}
.BgClassName
{
background-color: #BF3A58;
}
</style>
border-color css
<style>
span { border-color: #BF3A58; }
span { border-color: rgb(191,58,88); }
td.TdClassName
{
border-color: #BF3A58;
}
.TagClassName
{
border-color: #BF3A58;
}
</style>