Shades of Old Rose #BF404B
Tints of Old Rose #BF404B
RGB
CMYK
RGB Variations
Color information
#BF404B (or 0xBF404B) is known color: Old Rose. HEX triplet: BF, 40 and 4B. RGB value is (191,64,75). Sum of RGB (Red+Green+Blue) = 191+64+75=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF404B is #40BFB4. Grayscale: #676767. Windows color (decimal): -4243381 or 4931775. OLE color: 4931775.
HSL color Cylindrical-coordinate representation of color #BF404B: hue angle of 354.8º 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 #BF404B is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 75 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.25 |
| HSL | 354.8º | 0.5% | 0.5% | - |
| HSV(B) | 354.8º | 0.66% | 0.75% | - |
| XYZ | 24.59 | 15.25 | 8.3 | - |
| YUV | 103.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 75 | 0 | 0.66 | 0.61 | 0.25 | 354.8 | 0.5 | 0.5 |
| Hex | BF | 40 | 4B | 0 | 42 | 3D | 19 | 163 | 32 | 32 |
| Octal | 277 | 100 | 113 | 0 | 102 | 75 | 31 | 543 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1001011 | 0 | 1000010 | 111101 | 11001 | 101100011 | 110010 | 110010 |
Color Harmonies of #BF404B
Complementary color
Monochromatic Colors of #BF404B
Black with #BF404B
Text Example
Text Example
White with #BF404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF404B; }
p { color: rgb(191,64,75); }
H1.HeaderClassName
{
color: #BF404B;
}
.AnyTagClassName
{
color: #BF404B;
}
</style>
background-color css
<style>
a { background-color: #BF404B; }
a { background-color: rgb(191,64,75); }
div.DivClassName
{
background-color: #BF404B;
}
.BgClassName
{
background-color: #BF404B;
}
</style>
border-color css
<style>
span { border-color: #BF404B; }
span { border-color: rgb(191,64,75); }
td.TdClassName
{
border-color: #BF404B;
}
.TagClassName
{
border-color: #BF404B;
}
</style>