Shades of Old Rose #BF3E4D
Tints of Old Rose #BF3E4D
RGB
CMYK
RGB Variations
Color information
#BF3E4D (or 0xBF3E4D) is known color: Old Rose. HEX triplet: BF, 3E and 4D. RGB value is (191,62,77). Sum of RGB (Red+Green+Blue) = 191+62+77=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3E4D is #40C1B2. Grayscale: #666666. Windows color (decimal): -4243891 or 5062335. OLE color: 5062335.
HSL color Cylindrical-coordinate representation of color #BF3E4D: hue angle of 353.02º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E4D is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 77 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.25 |
| HSL | 353.02º | 0.51% | 0.5% | - |
| HSV(B) | 353.02º | 0.68% | 0.75% | - |
| XYZ | 24.55 | 15.06 | 8.63 | - |
| YUV | 102.28 | 113.74 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 77 | 0 | 0.68 | 0.60 | 0.25 | 353.02 | 0.51 | 0.5 |
| Hex | BF | 3E | 4D | 0 | 44 | 3C | 19 | 161 | 33 | 32 |
| Octal | 277 | 76 | 115 | 0 | 104 | 74 | 31 | 541 | 63 | 62 |
| Binary | 10111111 | 111110 | 1001101 | 0 | 1000100 | 111100 | 11001 | 101100001 | 110011 | 110010 |
Color Harmonies of #BF3E4D
Complementary color
Monochromatic Colors of #BF3E4D
Black with #BF3E4D
Text Example
Text Example
White with #BF3E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E4D; }
p { color: rgb(191,62,77); }
H1.HeaderClassName
{
color: #BF3E4D;
}
.AnyTagClassName
{
color: #BF3E4D;
}
</style>
background-color css
<style>
a { background-color: #BF3E4D; }
a { background-color: rgb(191,62,77); }
div.DivClassName
{
background-color: #BF3E4D;
}
.BgClassName
{
background-color: #BF3E4D;
}
</style>
border-color css
<style>
span { border-color: #BF3E4D; }
span { border-color: rgb(191,62,77); }
td.TdClassName
{
border-color: #BF3E4D;
}
.TagClassName
{
border-color: #BF3E4D;
}
</style>