Shades of Old Rose #BF2665
Tints of Old Rose #BF2665
RGB
CMYK
RGB Variations
Color information
#BF2665 (or 0xBF2665) is known color: Old Rose. HEX triplet: BF, 26 and 65. RGB value is (191,38,101). Sum of RGB (Red+Green+Blue) = 191+38+101=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2665 is #40D99A. Grayscale: #5A5A5A. Windows color (decimal): -4250011 or 6629055. OLE color: 6629055.
HSL color Cylindrical-coordinate representation of color #BF2665: hue angle of 335.29º 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 #BF2665 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 101 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.25 |
| HSL | 335.29º | 0.67% | 0.45% | - |
| HSV(B) | 335.29º | 0.8% | 0.75% | - |
| XYZ | 24.53 | 13.4 | 13.61 | - |
| YUV | 90.93 | 133.69 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 101 | 0 | 0.80 | 0.47 | 0.25 | 335.29 | 0.67 | 0.45 |
| Hex | BF | 26 | 65 | 0 | 50 | 2F | 19 | 14F | 43 | 2D |
| Octal | 277 | 46 | 145 | 0 | 120 | 57 | 31 | 517 | 103 | 55 |
| Binary | 10111111 | 100110 | 1100101 | 0 | 1010000 | 101111 | 11001 | 101001111 | 1000011 | 101101 |
Color Harmonies of #BF2665
Complementary color
Monochromatic Colors of #BF2665
Black with #BF2665
Text Example
Text Example
White with #BF2665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2665; }
p { color: rgb(191,38,101); }
H1.HeaderClassName
{
color: #BF2665;
}
.AnyTagClassName
{
color: #BF2665;
}
</style>
background-color css
<style>
a { background-color: #BF2665; }
a { background-color: rgb(191,38,101); }
div.DivClassName
{
background-color: #BF2665;
}
.BgClassName
{
background-color: #BF2665;
}
</style>
border-color css
<style>
span { border-color: #BF2665; }
span { border-color: rgb(191,38,101); }
td.TdClassName
{
border-color: #BF2665;
}
.TagClassName
{
border-color: #BF2665;
}
</style>