Shades of Old Rose #BF2653
Tints of Old Rose #BF2653
RGB
CMYK
RGB Variations
Color information
#BF2653 (or 0xBF2653) is known color: Old Rose. HEX triplet: BF, 26 and 53. RGB value is (191,38,83). Sum of RGB (Red+Green+Blue) = 191+38+83=312 (41% of max value = 765). Red value is 191 (75% from 255 or 61.22% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2653 is #40D9AC. Grayscale: #585858. Windows color (decimal): -4250029 or 5449407. OLE color: 5449407.
HSL color Cylindrical-coordinate representation of color #BF2653: hue angle of 342.35º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2653 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 83 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.25 |
| HSL | 342.35º | 0.67% | 0.45% | - |
| HSV(B) | 342.35º | 0.8% | 0.75% | - |
| XYZ | 23.74 | 13.09 | 9.46 | - |
| YUV | 88.88 | 124.69 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 83 | 0 | 0.80 | 0.57 | 0.25 | 342.35 | 0.67 | 0.45 |
| Hex | BF | 26 | 53 | 0 | 50 | 39 | 19 | 156 | 43 | 2D |
| Octal | 277 | 46 | 123 | 0 | 120 | 71 | 31 | 526 | 103 | 55 |
| Binary | 10111111 | 100110 | 1010011 | 0 | 1010000 | 111001 | 11001 | 101010110 | 1000011 | 101101 |
Color Harmonies of #BF2653
Complementary color
Monochromatic Colors of #BF2653
Black with #BF2653
Text Example
Text Example
White with #BF2653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2653; }
p { color: rgb(191,38,83); }
H1.HeaderClassName
{
color: #BF2653;
}
.AnyTagClassName
{
color: #BF2653;
}
</style>
background-color css
<style>
a { background-color: #BF2653; }
a { background-color: rgb(191,38,83); }
div.DivClassName
{
background-color: #BF2653;
}
.BgClassName
{
background-color: #BF2653;
}
</style>
border-color css
<style>
span { border-color: #BF2653; }
span { border-color: rgb(191,38,83); }
td.TdClassName
{
border-color: #BF2653;
}
.TagClassName
{
border-color: #BF2653;
}
</style>