Shades of Old Rose #BF365B
Tints of Old Rose #BF365B
RGB
CMYK
RGB Variations
Color information
#BF365B (or 0xBF365B) is known color: Old Rose. HEX triplet: BF, 36 and 5B. RGB value is (191,54,91). Sum of RGB (Red+Green+Blue) = 191+54+91=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF365B is #40C9A4. Grayscale: #636363. Windows color (decimal): -4245925 or 5977791. OLE color: 5977791.
HSL color Cylindrical-coordinate representation of color #BF365B: hue angle of 343.8º 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 #BF365B is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 54 | 91 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.25 |
| HSL | 343.8º | 0.56% | 0.48% | - |
| HSV(B) | 343.8º | 0.72% | 0.75% | - |
| XYZ | 24.69 | 14.47 | 11.39 | - |
| YUV | 99.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 91 | 0 | 0.72 | 0.52 | 0.25 | 343.8 | 0.56 | 0.48 |
| Hex | BF | 36 | 5B | 0 | 48 | 34 | 19 | 158 | 38 | 30 |
| Octal | 277 | 66 | 133 | 0 | 110 | 64 | 31 | 530 | 70 | 60 |
| Binary | 10111111 | 110110 | 1011011 | 0 | 1001000 | 110100 | 11001 | 101011000 | 111000 | 110000 |
Color Harmonies of #BF365B
Complementary color
Monochromatic Colors of #BF365B
Black with #BF365B
Text Example
Text Example
White with #BF365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF365B; }
p { color: rgb(191,54,91); }
H1.HeaderClassName
{
color: #BF365B;
}
.AnyTagClassName
{
color: #BF365B;
}
</style>
background-color css
<style>
a { background-color: #BF365B; }
a { background-color: rgb(191,54,91); }
div.DivClassName
{
background-color: #BF365B;
}
.BgClassName
{
background-color: #BF365B;
}
</style>
border-color css
<style>
span { border-color: #BF365B; }
span { border-color: rgb(191,54,91); }
td.TdClassName
{
border-color: #BF365B;
}
.TagClassName
{
border-color: #BF365B;
}
</style>