Shades of Old Rose #BF1A4D
Tints of Old Rose #BF1A4D
RGB
CMYK
RGB Variations
Color information
#BF1A4D (or 0xBF1A4D) is known color: Old Rose. HEX triplet: BF, 1A and 4D. RGB value is (191,26,77). Sum of RGB (Red+Green+Blue) = 191+26+77=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF1A4D is #40E5B2. Grayscale: #515151. Windows color (decimal): -4253107 or 5053119. OLE color: 5053119.
HSL color Cylindrical-coordinate representation of color #BF1A4D: hue angle of 341.45º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1A4D is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 26 | 77 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.25 |
| HSL | 341.45º | 0.76% | 0.43% | - |
| HSV(B) | 341.45º | 0.86% | 0.75% | - |
| XYZ | 23.19 | 12.35 | 8.18 | - |
| YUV | 81.15 | 125.66 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 26 | 77 | 0 | 0.86 | 0.60 | 0.25 | 341.45 | 0.76 | 0.43 |
| Hex | BF | 1A | 4D | 0 | 56 | 3C | 19 | 155 | 4C | 2B |
| Octal | 277 | 32 | 115 | 0 | 126 | 74 | 31 | 525 | 114 | 53 |
| Binary | 10111111 | 11010 | 1001101 | 0 | 1010110 | 111100 | 11001 | 101010101 | 1001100 | 101011 |
Color Harmonies of #BF1A4D
Complementary color
Monochromatic Colors of #BF1A4D
Black with #BF1A4D
Text Example
Text Example
White with #BF1A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1A4D; }
p { color: rgb(191,26,77); }
H1.HeaderClassName
{
color: #BF1A4D;
}
.AnyTagClassName
{
color: #BF1A4D;
}
</style>
background-color css
<style>
a { background-color: #BF1A4D; }
a { background-color: rgb(191,26,77); }
div.DivClassName
{
background-color: #BF1A4D;
}
.BgClassName
{
background-color: #BF1A4D;
}
</style>
border-color css
<style>
span { border-color: #BF1A4D; }
span { border-color: rgb(191,26,77); }
td.TdClassName
{
border-color: #BF1A4D;
}
.TagClassName
{
border-color: #BF1A4D;
}
</style>