Shades of Old Rose #BF2163
Tints of Old Rose #BF2163
RGB
CMYK
RGB Variations
Color information
#BF2163 (or 0xBF2163) is known color: Old Rose. HEX triplet: BF, 21 and 63. RGB value is (191,33,99). Sum of RGB (Red+Green+Blue) = 191+33+99=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF2163 is #40DE9C. Grayscale: #575757. Windows color (decimal): -4251293 or 6496703. OLE color: 6496703.
HSL color Cylindrical-coordinate representation of color #BF2163: hue angle of 334.94º 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 #BF2163 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 99 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.25 |
| HSL | 334.94º | 0.71% | 0.44% | - |
| HSV(B) | 334.94º | 0.83% | 0.75% | - |
| XYZ | 24.28 | 13.06 | 13.05 | - |
| YUV | 87.77 | 134.35 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 99 | 0 | 0.83 | 0.48 | 0.25 | 334.94 | 0.71 | 0.44 |
| Hex | BF | 21 | 63 | 0 | 53 | 30 | 19 | 14F | 47 | 2C |
| Octal | 277 | 41 | 143 | 0 | 123 | 60 | 31 | 517 | 107 | 54 |
| Binary | 10111111 | 100001 | 1100011 | 0 | 1010011 | 110000 | 11001 | 101001111 | 1000111 | 101100 |
Color Harmonies of #BF2163
Complementary color
Monochromatic Colors of #BF2163
Black with #BF2163
Text Example
Text Example
White with #BF2163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2163; }
p { color: rgb(191,33,99); }
H1.HeaderClassName
{
color: #BF2163;
}
.AnyTagClassName
{
color: #BF2163;
}
</style>
background-color css
<style>
a { background-color: #BF2163; }
a { background-color: rgb(191,33,99); }
div.DivClassName
{
background-color: #BF2163;
}
.BgClassName
{
background-color: #BF2163;
}
</style>
border-color css
<style>
span { border-color: #BF2163; }
span { border-color: rgb(191,33,99); }
td.TdClassName
{
border-color: #BF2163;
}
.TagClassName
{
border-color: #BF2163;
}
</style>