Shades of Old Rose #BF3755
Tints of Old Rose #BF3755
RGB
CMYK
RGB Variations
Color information
#BF3755 (or 0xBF3755) is known color: Old Rose. HEX triplet: BF, 37 and 55. RGB value is (191,55,85). Sum of RGB (Red+Green+Blue) = 191+55+85=331 (43% of max value = 765). Red value is 191 (75% from 255 or 57.70% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3755 is #40C8AA. Grayscale: #636363. Windows color (decimal): -4245675 or 5584831. OLE color: 5584831.
HSL color Cylindrical-coordinate representation of color #BF3755: hue angle of 346.76º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3755 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 55 | 85 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.25 |
| HSL | 346.76º | 0.55% | 0.48% | - |
| HSV(B) | 346.76º | 0.71% | 0.75% | - |
| XYZ | 24.49 | 14.46 | 10.1 | - |
| YUV | 99.08 | 120.06 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 85 | 0 | 0.71 | 0.55 | 0.25 | 346.76 | 0.55 | 0.48 |
| Hex | BF | 37 | 55 | 0 | 47 | 37 | 19 | 15B | 37 | 30 |
| Octal | 277 | 67 | 125 | 0 | 107 | 67 | 31 | 533 | 67 | 60 |
| Binary | 10111111 | 110111 | 1010101 | 0 | 1000111 | 110111 | 11001 | 101011011 | 110111 | 110000 |
Color Harmonies of #BF3755
Complementary color
Monochromatic Colors of #BF3755
Black with #BF3755
Text Example
Text Example
White with #BF3755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3755; }
p { color: rgb(191,55,85); }
H1.HeaderClassName
{
color: #BF3755;
}
.AnyTagClassName
{
color: #BF3755;
}
</style>
background-color css
<style>
a { background-color: #BF3755; }
a { background-color: rgb(191,55,85); }
div.DivClassName
{
background-color: #BF3755;
}
.BgClassName
{
background-color: #BF3755;
}
</style>
border-color css
<style>
span { border-color: #BF3755; }
span { border-color: rgb(191,55,85); }
td.TdClassName
{
border-color: #BF3755;
}
.TagClassName
{
border-color: #BF3755;
}
</style>