Shades of Old Rose #BF4254
Tints of Old Rose #BF4254
RGB
CMYK
RGB Variations
Color information
#BF4254 (or 0xBF4254) is known color: Old Rose. HEX triplet: BF, 42 and 54. RGB value is (191,66,84). Sum of RGB (Red+Green+Blue) = 191+66+84=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4254 is #40BDAB. Grayscale: #696969. Windows color (decimal): -4242860 or 5522111. OLE color: 5522111.
HSL color Cylindrical-coordinate representation of color #BF4254: hue angle of 351.36º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4254 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 84 | - |
| CMYK | 0 | 0.65 | 0.56 | 0.25 |
| HSL | 351.36º | 0.49% | 0.5% | - |
| HSV(B) | 351.36º | 0.65% | 0.75% | - |
| XYZ | 25.03 | 15.61 | 10.08 | - |
| YUV | 105.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 84 | 0 | 0.65 | 0.56 | 0.25 | 351.36 | 0.49 | 0.5 |
| Hex | BF | 42 | 54 | 0 | 41 | 38 | 19 | 15F | 31 | 32 |
| Octal | 277 | 102 | 124 | 0 | 101 | 70 | 31 | 537 | 61 | 62 |
| Binary | 10111111 | 1000010 | 1010100 | 0 | 1000001 | 111000 | 11001 | 101011111 | 110001 | 110010 |
Color Harmonies of #BF4254
Complementary color
Monochromatic Colors of #BF4254
Black with #BF4254
Text Example
Text Example
White with #BF4254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4254; }
p { color: rgb(191,66,84); }
H1.HeaderClassName
{
color: #BF4254;
}
.AnyTagClassName
{
color: #BF4254;
}
</style>
background-color css
<style>
a { background-color: #BF4254; }
a { background-color: rgb(191,66,84); }
div.DivClassName
{
background-color: #BF4254;
}
.BgClassName
{
background-color: #BF4254;
}
</style>
border-color css
<style>
span { border-color: #BF4254; }
span { border-color: rgb(191,66,84); }
td.TdClassName
{
border-color: #BF4254;
}
.TagClassName
{
border-color: #BF4254;
}
</style>