Shades of Old Rose #BF384D
Tints of Old Rose #BF384D
RGB
CMYK
RGB Variations
Color information
#BF384D (or 0xBF384D) is known color: Old Rose. HEX triplet: BF, 38 and 4D. RGB value is (191,56,77). Sum of RGB (Red+Green+Blue) = 191+56+77=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF384D is #40C7B2. Grayscale: #626262. Windows color (decimal): -4245427 or 5060799. OLE color: 5060799.
HSL color Cylindrical-coordinate representation of color #BF384D: hue angle of 350.67º 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 #BF384D is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 56 | 77 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.25 |
| HSL | 350.67º | 0.55% | 0.48% | - |
| HSV(B) | 350.67º | 0.71% | 0.75% | - |
| XYZ | 24.24 | 14.44 | 8.53 | - |
| YUV | 98.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 77 | 0 | 0.71 | 0.60 | 0.25 | 350.67 | 0.55 | 0.48 |
| Hex | BF | 38 | 4D | 0 | 47 | 3C | 19 | 15F | 37 | 30 |
| Octal | 277 | 70 | 115 | 0 | 107 | 74 | 31 | 537 | 67 | 60 |
| Binary | 10111111 | 111000 | 1001101 | 0 | 1000111 | 111100 | 11001 | 101011111 | 110111 | 110000 |
Color Harmonies of #BF384D
Complementary color
Monochromatic Colors of #BF384D
Black with #BF384D
Text Example
Text Example
White with #BF384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF384D; }
p { color: rgb(191,56,77); }
H1.HeaderClassName
{
color: #BF384D;
}
.AnyTagClassName
{
color: #BF384D;
}
</style>
background-color css
<style>
a { background-color: #BF384D; }
a { background-color: rgb(191,56,77); }
div.DivClassName
{
background-color: #BF384D;
}
.BgClassName
{
background-color: #BF384D;
}
</style>
border-color css
<style>
span { border-color: #BF384D; }
span { border-color: rgb(191,56,77); }
td.TdClassName
{
border-color: #BF384D;
}
.TagClassName
{
border-color: #BF384D;
}
</style>