Shades of Old Rose #BF365D
Tints of Old Rose #BF365D
RGB
CMYK
RGB Variations
Color information
#BF365D (or 0xBF365D) is known color: Old Rose. HEX triplet: BF, 36 and 5D. RGB value is (191,54,93). Sum of RGB (Red+Green+Blue) = 191+54+93=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF365D is #40C9A2. Grayscale: #636363. Windows color (decimal): -4245923 or 6108863. OLE color: 6108863.
HSL color Cylindrical-coordinate representation of color #BF365D: hue angle of 342.92º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF365D is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 54 | 93 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.25 |
| HSL | 342.92º | 0.56% | 0.48% | - |
| HSV(B) | 342.92º | 0.72% | 0.75% | - |
| XYZ | 24.78 | 14.51 | 11.85 | - |
| YUV | 99.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 93 | 0 | 0.72 | 0.51 | 0.25 | 342.92 | 0.56 | 0.48 |
| Hex | BF | 36 | 5D | 0 | 48 | 33 | 19 | 157 | 38 | 30 |
| Octal | 277 | 66 | 135 | 0 | 110 | 63 | 31 | 527 | 70 | 60 |
| Binary | 10111111 | 110110 | 1011101 | 0 | 1001000 | 110011 | 11001 | 101010111 | 111000 | 110000 |
Color Harmonies of #BF365D
Complementary color
Monochromatic Colors of #BF365D
Black with #BF365D
Text Example
Text Example
White with #BF365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF365D; }
p { color: rgb(191,54,93); }
H1.HeaderClassName
{
color: #BF365D;
}
.AnyTagClassName
{
color: #BF365D;
}
</style>
background-color css
<style>
a { background-color: #BF365D; }
a { background-color: rgb(191,54,93); }
div.DivClassName
{
background-color: #BF365D;
}
.BgClassName
{
background-color: #BF365D;
}
</style>
border-color css
<style>
span { border-color: #BF365D; }
span { border-color: rgb(191,54,93); }
td.TdClassName
{
border-color: #BF365D;
}
.TagClassName
{
border-color: #BF365D;
}
</style>