Shades of Old Rose #BF444B
Tints of Old Rose #BF444B
RGB
CMYK
RGB Variations
Color information
#BF444B (or 0xBF444B) is known color: Old Rose. HEX triplet: BF, 44 and 4B. RGB value is (191,68,75). Sum of RGB (Red+Green+Blue) = 191+68+75=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF444B is #40BBB4. Grayscale: #696969. Windows color (decimal): -4242357 or 4932799. OLE color: 4932799.
HSL color Cylindrical-coordinate representation of color #BF444B: hue angle of 356.59º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF444B is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 75 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.25 |
| HSL | 356.59º | 0.49% | 0.51% | - |
| HSV(B) | 356.59º | 0.64% | 0.75% | - |
| XYZ | 24.82 | 15.72 | 8.38 | - |
| YUV | 105.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 75 | 0 | 0.64 | 0.61 | 0.25 | 356.59 | 0.49 | 0.51 |
| Hex | BF | 44 | 4B | 0 | 40 | 3D | 19 | 165 | 31 | 33 |
| Octal | 277 | 104 | 113 | 0 | 100 | 75 | 31 | 545 | 61 | 63 |
| Binary | 10111111 | 1000100 | 1001011 | 0 | 1000000 | 111101 | 11001 | 101100101 | 110001 | 110011 |
Color Harmonies of #BF444B
Complementary color
Monochromatic Colors of #BF444B
Black with #BF444B
Text Example
Text Example
White with #BF444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF444B; }
p { color: rgb(191,68,75); }
H1.HeaderClassName
{
color: #BF444B;
}
.AnyTagClassName
{
color: #BF444B;
}
</style>
background-color css
<style>
a { background-color: #BF444B; }
a { background-color: rgb(191,68,75); }
div.DivClassName
{
background-color: #BF444B;
}
.BgClassName
{
background-color: #BF444B;
}
</style>
border-color css
<style>
span { border-color: #BF444B; }
span { border-color: rgb(191,68,75); }
td.TdClassName
{
border-color: #BF444B;
}
.TagClassName
{
border-color: #BF444B;
}
</style>