Shades of Old Rose #BF4057
Tints of Old Rose #BF4057
RGB
CMYK
RGB Variations
Color information
#BF4057 (or 0xBF4057) is known color: Old Rose. HEX triplet: BF, 40 and 57. RGB value is (191,64,87). Sum of RGB (Red+Green+Blue) = 191+64+87=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4057 is #40BFA8. Grayscale: #686868. Windows color (decimal): -4243369 or 5718207. OLE color: 5718207.
HSL color Cylindrical-coordinate representation of color #BF4057: hue angle of 349.13º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4057 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 87 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.25 |
| HSL | 349.13º | 0.5% | 0.5% | - |
| HSV(B) | 349.13º | 0.66% | 0.75% | - |
| XYZ | 25.04 | 15.43 | 10.68 | - |
| YUV | 104.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 87 | 0 | 0.66 | 0.54 | 0.25 | 349.13 | 0.5 | 0.5 |
| Hex | BF | 40 | 57 | 0 | 42 | 36 | 19 | 15D | 32 | 32 |
| Octal | 277 | 100 | 127 | 0 | 102 | 66 | 31 | 535 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1010111 | 0 | 1000010 | 110110 | 11001 | 101011101 | 110010 | 110010 |
Color Harmonies of #BF4057
Complementary color
Monochromatic Colors of #BF4057
Black with #BF4057
Text Example
Text Example
White with #BF4057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4057; }
p { color: rgb(191,64,87); }
H1.HeaderClassName
{
color: #BF4057;
}
.AnyTagClassName
{
color: #BF4057;
}
</style>
background-color css
<style>
a { background-color: #BF4057; }
a { background-color: rgb(191,64,87); }
div.DivClassName
{
background-color: #BF4057;
}
.BgClassName
{
background-color: #BF4057;
}
</style>
border-color css
<style>
span { border-color: #BF4057; }
span { border-color: rgb(191,64,87); }
td.TdClassName
{
border-color: #BF4057;
}
.TagClassName
{
border-color: #BF4057;
}
</style>