Shades of Old Rose #BF2165
Tints of Old Rose #BF2165
RGB
CMYK
RGB Variations
Color information
#BF2165 (or 0xBF2165) is known color: Old Rose. HEX triplet: BF, 21 and 65. RGB value is (191,33,101). Sum of RGB (Red+Green+Blue) = 191+33+101=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2165 is #40DE9A. Grayscale: #575757. Windows color (decimal): -4251291 or 6627775. OLE color: 6627775.
HSL color Cylindrical-coordinate representation of color #BF2165: hue angle of 334.18º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2165 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 101 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.25 |
| HSL | 334.18º | 0.71% | 0.44% | - |
| HSV(B) | 334.18º | 0.83% | 0.75% | - |
| XYZ | 24.38 | 13.1 | 13.56 | - |
| YUV | 87.99 | 135.35 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 101 | 0 | 0.83 | 0.47 | 0.25 | 334.18 | 0.71 | 0.44 |
| Hex | BF | 21 | 65 | 0 | 53 | 2F | 19 | 14E | 47 | 2C |
| Octal | 277 | 41 | 145 | 0 | 123 | 57 | 31 | 516 | 107 | 54 |
| Binary | 10111111 | 100001 | 1100101 | 0 | 1010011 | 101111 | 11001 | 101001110 | 1000111 | 101100 |
Color Harmonies of #BF2165
Complementary color
Monochromatic Colors of #BF2165
Black with #BF2165
Text Example
Text Example
White with #BF2165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2165; }
p { color: rgb(191,33,101); }
H1.HeaderClassName
{
color: #BF2165;
}
.AnyTagClassName
{
color: #BF2165;
}
</style>
background-color css
<style>
a { background-color: #BF2165; }
a { background-color: rgb(191,33,101); }
div.DivClassName
{
background-color: #BF2165;
}
.BgClassName
{
background-color: #BF2165;
}
</style>
border-color css
<style>
span { border-color: #BF2165; }
span { border-color: rgb(191,33,101); }
td.TdClassName
{
border-color: #BF2165;
}
.TagClassName
{
border-color: #BF2165;
}
</style>