Shades of Old Rose #BF3C5D
Tints of Old Rose #BF3C5D
RGB
CMYK
RGB Variations
Color information
#BF3C5D (or 0xBF3C5D) is known color: Old Rose. HEX triplet: BF, 3C and 5D. RGB value is (191,60,93). Sum of RGB (Red+Green+Blue) = 191+60+93=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3C5D is #40C3A2. Grayscale: #666666. Windows color (decimal): -4244387 or 6110399. OLE color: 6110399.
HSL color Cylindrical-coordinate representation of color #BF3C5D: hue angle of 344.89º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C5D is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 93 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.25 |
| HSL | 344.89º | 0.52% | 0.49% | - |
| HSV(B) | 344.89º | 0.69% | 0.75% | - |
| XYZ | 25.08 | 15.1 | 11.95 | - |
| YUV | 102.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 93 | 0 | 0.69 | 0.51 | 0.25 | 344.89 | 0.52 | 0.49 |
| Hex | BF | 3C | 5D | 0 | 45 | 33 | 19 | 159 | 34 | 31 |
| Octal | 277 | 74 | 135 | 0 | 105 | 63 | 31 | 531 | 64 | 61 |
| Binary | 10111111 | 111100 | 1011101 | 0 | 1000101 | 110011 | 11001 | 101011001 | 110100 | 110001 |
Color Harmonies of #BF3C5D
Complementary color
Monochromatic Colors of #BF3C5D
Black with #BF3C5D
Text Example
Text Example
White with #BF3C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C5D; }
p { color: rgb(191,60,93); }
H1.HeaderClassName
{
color: #BF3C5D;
}
.AnyTagClassName
{
color: #BF3C5D;
}
</style>
background-color css
<style>
a { background-color: #BF3C5D; }
a { background-color: rgb(191,60,93); }
div.DivClassName
{
background-color: #BF3C5D;
}
.BgClassName
{
background-color: #BF3C5D;
}
</style>
border-color css
<style>
span { border-color: #BF3C5D; }
span { border-color: rgb(191,60,93); }
td.TdClassName
{
border-color: #BF3C5D;
}
.TagClassName
{
border-color: #BF3C5D;
}
</style>