Shades of Old Rose #BF414B
Tints of Old Rose #BF414B
RGB
CMYK
RGB Variations
Color information
#BF414B (or 0xBF414B) is known color: Old Rose. HEX triplet: BF, 41 and 4B. RGB value is (191,65,75). Sum of RGB (Red+Green+Blue) = 191+65+75=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 75 (29.69% from 255 or 22.66% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF414B is #40BEB4. Grayscale: #676767. Windows color (decimal): -4243125 or 4932031. OLE color: 4932031.
HSL color Cylindrical-coordinate representation of color #BF414B: hue angle of 355.24º 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 #BF414B is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 75 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.25 |
| HSL | 355.24º | 0.5% | 0.5% | - |
| HSV(B) | 355.24º | 0.66% | 0.75% | - |
| XYZ | 24.65 | 15.36 | 8.32 | - |
| YUV | 103.81 | 111.74 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 75 | 0 | 0.66 | 0.61 | 0.25 | 355.24 | 0.5 | 0.5 |
| Hex | BF | 41 | 4B | 0 | 42 | 3D | 19 | 163 | 32 | 32 |
| Octal | 277 | 101 | 113 | 0 | 102 | 75 | 31 | 543 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1001011 | 0 | 1000010 | 111101 | 11001 | 101100011 | 110010 | 110010 |
Color Harmonies of #BF414B
Complementary color
Monochromatic Colors of #BF414B
Black with #BF414B
Text Example
Text Example
White with #BF414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF414B; }
p { color: rgb(191,65,75); }
H1.HeaderClassName
{
color: #BF414B;
}
.AnyTagClassName
{
color: #BF414B;
}
</style>
background-color css
<style>
a { background-color: #BF414B; }
a { background-color: rgb(191,65,75); }
div.DivClassName
{
background-color: #BF414B;
}
.BgClassName
{
background-color: #BF414B;
}
</style>
border-color css
<style>
span { border-color: #BF414B; }
span { border-color: rgb(191,65,75); }
td.TdClassName
{
border-color: #BF414B;
}
.TagClassName
{
border-color: #BF414B;
}
</style>