Shades of Old Rose #BF3752
Tints of Old Rose #BF3752
RGB
CMYK
RGB Variations
Color information
#BF3752 (or 0xBF3752) is known color: Old Rose. HEX triplet: BF, 37 and 52. RGB value is (191,55,82). Sum of RGB (Red+Green+Blue) = 191+55+82=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF3752 is #40C8AD. Grayscale: #626262. Windows color (decimal): -4245678 or 5388223. OLE color: 5388223.
HSL color Cylindrical-coordinate representation of color #BF3752: hue angle of 348.09º 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 #BF3752 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 55 | 82 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.25 |
| HSL | 348.09º | 0.55% | 0.48% | - |
| HSV(B) | 348.09º | 0.71% | 0.75% | - |
| XYZ | 24.38 | 14.42 | 9.48 | - |
| YUV | 98.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 82 | 0 | 0.71 | 0.57 | 0.25 | 348.09 | 0.55 | 0.48 |
| Hex | BF | 37 | 52 | 0 | 47 | 39 | 19 | 15C | 37 | 30 |
| Octal | 277 | 67 | 122 | 0 | 107 | 71 | 31 | 534 | 67 | 60 |
| Binary | 10111111 | 110111 | 1010010 | 0 | 1000111 | 111001 | 11001 | 101011100 | 110111 | 110000 |
Color Harmonies of #BF3752
Complementary color
Monochromatic Colors of #BF3752
Black with #BF3752
Text Example
Text Example
White with #BF3752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3752; }
p { color: rgb(191,55,82); }
H1.HeaderClassName
{
color: #BF3752;
}
.AnyTagClassName
{
color: #BF3752;
}
</style>
background-color css
<style>
a { background-color: #BF3752; }
a { background-color: rgb(191,55,82); }
div.DivClassName
{
background-color: #BF3752;
}
.BgClassName
{
background-color: #BF3752;
}
</style>
border-color css
<style>
span { border-color: #BF3752; }
span { border-color: rgb(191,55,82); }
td.TdClassName
{
border-color: #BF3752;
}
.TagClassName
{
border-color: #BF3752;
}
</style>