Shades of Old Rose #BF4150
Tints of Old Rose #BF4150
RGB
CMYK
RGB Variations
Color information
#BF4150 (or 0xBF4150) is known color: Old Rose. HEX triplet: BF, 41 and 50. RGB value is (191,65,80). Sum of RGB (Red+Green+Blue) = 191+65+80=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4150 is #40BEAF. Grayscale: #686868. Windows color (decimal): -4243120 or 5259711. OLE color: 5259711.
HSL color Cylindrical-coordinate representation of color #BF4150: hue angle of 352.86º 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 #BF4150 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 80 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.25 |
| HSL | 352.86º | 0.5% | 0.5% | - |
| HSV(B) | 352.86º | 0.66% | 0.75% | - |
| XYZ | 24.82 | 15.44 | 9.26 | - |
| YUV | 104.38 | 114.24 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 80 | 0 | 0.66 | 0.58 | 0.25 | 352.86 | 0.5 | 0.5 |
| Hex | BF | 41 | 50 | 0 | 42 | 3A | 19 | 161 | 32 | 32 |
| Octal | 277 | 101 | 120 | 0 | 102 | 72 | 31 | 541 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1010000 | 0 | 1000010 | 111010 | 11001 | 101100001 | 110010 | 110010 |
Color Harmonies of #BF4150
Complementary color
Monochromatic Colors of #BF4150
Black with #BF4150
Text Example
Text Example
White with #BF4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4150; }
p { color: rgb(191,65,80); }
H1.HeaderClassName
{
color: #BF4150;
}
.AnyTagClassName
{
color: #BF4150;
}
</style>
background-color css
<style>
a { background-color: #BF4150; }
a { background-color: rgb(191,65,80); }
div.DivClassName
{
background-color: #BF4150;
}
.BgClassName
{
background-color: #BF4150;
}
</style>
border-color css
<style>
span { border-color: #BF4150; }
span { border-color: rgb(191,65,80); }
td.TdClassName
{
border-color: #BF4150;
}
.TagClassName
{
border-color: #BF4150;
}
</style>