Shades of Old Rose #BF3E58
Tints of Old Rose #BF3E58
RGB
CMYK
RGB Variations
Color information
#BF3E58 (or 0xBF3E58) is known color: Old Rose. HEX triplet: BF, 3E and 58. RGB value is (191,62,88). Sum of RGB (Red+Green+Blue) = 191+62+88=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E58 is #40C1A7. Grayscale: #676767. Windows color (decimal): -4243880 or 5783231. OLE color: 5783231.
HSL color Cylindrical-coordinate representation of color #BF3E58: hue angle of 347.91º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E58 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 88 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.25 |
| HSL | 347.91º | 0.51% | 0.5% | - |
| HSV(B) | 347.91º | 0.68% | 0.75% | - |
| XYZ | 24.97 | 15.23 | 10.86 | - |
| YUV | 103.54 | 119.24 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 88 | 0 | 0.68 | 0.54 | 0.25 | 347.91 | 0.51 | 0.5 |
| Hex | BF | 3E | 58 | 0 | 44 | 36 | 19 | 15C | 33 | 32 |
| Octal | 277 | 76 | 130 | 0 | 104 | 66 | 31 | 534 | 63 | 62 |
| Binary | 10111111 | 111110 | 1011000 | 0 | 1000100 | 110110 | 11001 | 101011100 | 110011 | 110010 |
Color Harmonies of #BF3E58
Complementary color
Monochromatic Colors of #BF3E58
Black with #BF3E58
Text Example
Text Example
White with #BF3E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E58; }
p { color: rgb(191,62,88); }
H1.HeaderClassName
{
color: #BF3E58;
}
.AnyTagClassName
{
color: #BF3E58;
}
</style>
background-color css
<style>
a { background-color: #BF3E58; }
a { background-color: rgb(191,62,88); }
div.DivClassName
{
background-color: #BF3E58;
}
.BgClassName
{
background-color: #BF3E58;
}
</style>
border-color css
<style>
span { border-color: #BF3E58; }
span { border-color: rgb(191,62,88); }
td.TdClassName
{
border-color: #BF3E58;
}
.TagClassName
{
border-color: #BF3E58;
}
</style>