Shades of Old Rose #BF4351
Tints of Old Rose #BF4351
RGB
CMYK
RGB Variations
Color information
#BF4351 (or 0xBF4351) is known color: Old Rose. HEX triplet: BF, 43 and 51. RGB value is (191,67,81). Sum of RGB (Red+Green+Blue) = 191+67+81=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4351 is #40BCAE. Grayscale: #696969. Windows color (decimal): -4242607 or 5325759. OLE color: 5325759.
HSL color Cylindrical-coordinate representation of color #BF4351: hue angle of 353.23º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4351 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 81 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.25 |
| HSL | 353.23º | 0.49% | 0.51% | - |
| HSV(B) | 353.23º | 0.65% | 0.75% | - |
| XYZ | 24.98 | 15.68 | 9.5 | - |
| YUV | 105.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 81 | 0 | 0.65 | 0.58 | 0.25 | 353.23 | 0.49 | 0.51 |
| Hex | BF | 43 | 51 | 0 | 41 | 3A | 19 | 161 | 31 | 33 |
| Octal | 277 | 103 | 121 | 0 | 101 | 72 | 31 | 541 | 61 | 63 |
| Binary | 10111111 | 1000011 | 1010001 | 0 | 1000001 | 111010 | 11001 | 101100001 | 110001 | 110011 |
Color Harmonies of #BF4351
Complementary color
Monochromatic Colors of #BF4351
Black with #BF4351
Text Example
Text Example
White with #BF4351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4351; }
p { color: rgb(191,67,81); }
H1.HeaderClassName
{
color: #BF4351;
}
.AnyTagClassName
{
color: #BF4351;
}
</style>
background-color css
<style>
a { background-color: #BF4351; }
a { background-color: rgb(191,67,81); }
div.DivClassName
{
background-color: #BF4351;
}
.BgClassName
{
background-color: #BF4351;
}
</style>
border-color css
<style>
span { border-color: #BF4351; }
span { border-color: rgb(191,67,81); }
td.TdClassName
{
border-color: #BF4351;
}
.TagClassName
{
border-color: #BF4351;
}
</style>