Shades of Old Rose #BF3E4C
Tints of Old Rose #BF3E4C
RGB
CMYK
RGB Variations
Color information
#BF3E4C (or 0xBF3E4C) is known color: Old Rose. HEX triplet: BF, 3E and 4C. RGB value is (191,62,76). Sum of RGB (Red+Green+Blue) = 191+62+76=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E4C is #40C1B3. Grayscale: #666666. Windows color (decimal): -4243892 or 4996799. OLE color: 4996799.
HSL color Cylindrical-coordinate representation of color #BF3E4C: hue angle of 353.49º 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 #BF3E4C is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 76 | - |
| CMYK | 0 | 0.68 | 0.60 | 0.25 |
| HSL | 353.49º | 0.51% | 0.5% | - |
| HSV(B) | 353.49º | 0.68% | 0.75% | - |
| XYZ | 24.51 | 15.04 | 8.45 | - |
| YUV | 102.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 76 | 0 | 0.68 | 0.60 | 0.25 | 353.49 | 0.51 | 0.5 |
| Hex | BF | 3E | 4C | 0 | 44 | 3C | 19 | 161 | 33 | 32 |
| Octal | 277 | 76 | 114 | 0 | 104 | 74 | 31 | 541 | 63 | 62 |
| Binary | 10111111 | 111110 | 1001100 | 0 | 1000100 | 111100 | 11001 | 101100001 | 110011 | 110010 |
Color Harmonies of #BF3E4C
Complementary color
Monochromatic Colors of #BF3E4C
Black with #BF3E4C
Text Example
Text Example
White with #BF3E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E4C; }
p { color: rgb(191,62,76); }
H1.HeaderClassName
{
color: #BF3E4C;
}
.AnyTagClassName
{
color: #BF3E4C;
}
</style>
background-color css
<style>
a { background-color: #BF3E4C; }
a { background-color: rgb(191,62,76); }
div.DivClassName
{
background-color: #BF3E4C;
}
.BgClassName
{
background-color: #BF3E4C;
}
</style>
border-color css
<style>
span { border-color: #BF3E4C; }
span { border-color: rgb(191,62,76); }
td.TdClassName
{
border-color: #BF3E4C;
}
.TagClassName
{
border-color: #BF3E4C;
}
</style>