Shades of Old Rose #BF185B
Tints of Old Rose #BF185B
RGB
CMYK
RGB Variations
Color information
#BF185B (or 0xBF185B) is known color: Old Rose. HEX triplet: BF, 18 and 5B. RGB value is (191,24,91). Sum of RGB (Red+Green+Blue) = 191+24+91=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF185B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF185B is #40E7A4. Grayscale: #515151. Windows color (decimal): -4253605 or 5970111. OLE color: 5970111.
HSL color Cylindrical-coordinate representation of color #BF185B: hue angle of 335.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF185B is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 24 | 91 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.25 |
| HSL | 335.93º | 0.78% | 0.42% | - |
| HSV(B) | 335.93º | 0.87% | 0.75% | - |
| XYZ | 23.7 | 12.48 | 11.06 | - |
| YUV | 81.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 24 | 91 | 0 | 0.87 | 0.52 | 0.25 | 335.93 | 0.78 | 0.42 |
| Hex | BF | 18 | 5B | 0 | 57 | 34 | 19 | 150 | 4E | 2A |
| Octal | 277 | 30 | 133 | 0 | 127 | 64 | 31 | 520 | 116 | 52 |
| Binary | 10111111 | 11000 | 1011011 | 0 | 1010111 | 110100 | 11001 | 101010000 | 1001110 | 101010 |
Color Harmonies of #BF185B
Complementary color
Monochromatic Colors of #BF185B
Black with #BF185B
Text Example
Text Example
White with #BF185B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF185B; }
p { color: rgb(191,24,91); }
H1.HeaderClassName
{
color: #BF185B;
}
.AnyTagClassName
{
color: #BF185B;
}
</style>
background-color css
<style>
a { background-color: #BF185B; }
a { background-color: rgb(191,24,91); }
div.DivClassName
{
background-color: #BF185B;
}
.BgClassName
{
background-color: #BF185B;
}
</style>
border-color css
<style>
span { border-color: #BF185B; }
span { border-color: rgb(191,24,91); }
td.TdClassName
{
border-color: #BF185B;
}
.TagClassName
{
border-color: #BF185B;
}
</style>