Shades of Old Rose #BF3A55
Tints of Old Rose #BF3A55
RGB
CMYK
RGB Variations
Color information
#BF3A55 (or 0xBF3A55) is known color: Old Rose. HEX triplet: BF, 3A and 55. RGB value is (191,58,85). Sum of RGB (Red+Green+Blue) = 191+58+85=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3A55 is #40C5AA. Grayscale: #646464. Windows color (decimal): -4244907 or 5585599. OLE color: 5585599.
HSL color Cylindrical-coordinate representation of color #BF3A55: hue angle of 347.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A55 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 85 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.25 |
| HSL | 347.82º | 0.53% | 0.49% | - |
| HSV(B) | 347.82º | 0.7% | 0.75% | - |
| XYZ | 24.64 | 14.76 | 10.14 | - |
| YUV | 100.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 85 | 0 | 0.70 | 0.55 | 0.25 | 347.82 | 0.53 | 0.49 |
| Hex | BF | 3A | 55 | 0 | 46 | 37 | 19 | 15C | 35 | 31 |
| Octal | 277 | 72 | 125 | 0 | 106 | 67 | 31 | 534 | 65 | 61 |
| Binary | 10111111 | 111010 | 1010101 | 0 | 1000110 | 110111 | 11001 | 101011100 | 110101 | 110001 |
Color Harmonies of #BF3A55
Complementary color
Monochromatic Colors of #BF3A55
Black with #BF3A55
Text Example
Text Example
White with #BF3A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A55; }
p { color: rgb(191,58,85); }
H1.HeaderClassName
{
color: #BF3A55;
}
.AnyTagClassName
{
color: #BF3A55;
}
</style>
background-color css
<style>
a { background-color: #BF3A55; }
a { background-color: rgb(191,58,85); }
div.DivClassName
{
background-color: #BF3A55;
}
.BgClassName
{
background-color: #BF3A55;
}
</style>
border-color css
<style>
span { border-color: #BF3A55; }
span { border-color: rgb(191,58,85); }
td.TdClassName
{
border-color: #BF3A55;
}
.TagClassName
{
border-color: #BF3A55;
}
</style>