Shades of Old Rose #BF3E5B
Tints of Old Rose #BF3E5B
RGB
CMYK
RGB Variations
Color information
#BF3E5B (or 0xBF3E5B) is known color: Old Rose. HEX triplet: BF, 3E and 5B. RGB value is (191,62,91). Sum of RGB (Red+Green+Blue) = 191+62+91=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E5B is #40C1A4. Grayscale: #676767. Windows color (decimal): -4243877 or 5979839. OLE color: 5979839.
HSL color Cylindrical-coordinate representation of color #BF3E5B: hue angle of 346.51º 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 #BF3E5B is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 91 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.25 |
| HSL | 346.51º | 0.51% | 0.5% | - |
| HSV(B) | 346.51º | 0.68% | 0.75% | - |
| XYZ | 25.1 | 15.28 | 11.52 | - |
| YUV | 103.88 | 120.74 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 91 | 0 | 0.68 | 0.52 | 0.25 | 346.51 | 0.51 | 0.5 |
| Hex | BF | 3E | 5B | 0 | 44 | 34 | 19 | 15B | 33 | 32 |
| Octal | 277 | 76 | 133 | 0 | 104 | 64 | 31 | 533 | 63 | 62 |
| Binary | 10111111 | 111110 | 1011011 | 0 | 1000100 | 110100 | 11001 | 101011011 | 110011 | 110010 |
Color Harmonies of #BF3E5B
Complementary color
Monochromatic Colors of #BF3E5B
Black with #BF3E5B
Text Example
Text Example
White with #BF3E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E5B; }
p { color: rgb(191,62,91); }
H1.HeaderClassName
{
color: #BF3E5B;
}
.AnyTagClassName
{
color: #BF3E5B;
}
</style>
background-color css
<style>
a { background-color: #BF3E5B; }
a { background-color: rgb(191,62,91); }
div.DivClassName
{
background-color: #BF3E5B;
}
.BgClassName
{
background-color: #BF3E5B;
}
</style>
border-color css
<style>
span { border-color: #BF3E5B; }
span { border-color: rgb(191,62,91); }
td.TdClassName
{
border-color: #BF3E5B;
}
.TagClassName
{
border-color: #BF3E5B;
}
</style>