Shades of Sunset #BF4D49
Tints of Sunset #BF4D49
RGB
CMYK
RGB Variations
Color information
#BF4D49 (or 0xBF4D49) is known color: Sunset. HEX triplet: BF, 4D and 49. RGB value is (191,77,73). Sum of RGB (Red+Green+Blue) = 191+77+73=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D49 is #40B2B6. Grayscale: #6E6E6E. Windows color (decimal): -4240055 or 4804031. OLE color: 4804031.
HSL color Cylindrical-coordinate representation of color #BF4D49: hue angle of 2.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4D49 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 73 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.25 |
| HSL | 2.03º | 0.48% | 0.52% | - |
| HSV(B) | 2.03º | 0.62% | 0.75% | - |
| XYZ | 25.34 | 16.87 | 8.22 | - |
| YUV | 110.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 73 | 0 | 0.60 | 0.62 | 0.25 | 2.03 | 0.48 | 0.52 |
| Hex | BF | 4D | 49 | 0 | 3C | 3E | 19 | 2 | 30 | 34 |
| Octal | 277 | 115 | 111 | 0 | 74 | 76 | 31 | 2 | 60 | 64 |
| Binary | 10111111 | 1001101 | 1001001 | 0 | 111100 | 111110 | 11001 | 10 | 110000 | 110100 |
Color Harmonies of #BF4D49
Complementary color
Monochromatic Colors of #BF4D49
Black with #BF4D49
Text Example
Text Example
White with #BF4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D49; }
p { color: rgb(191,77,73); }
H1.HeaderClassName
{
color: #BF4D49;
}
.AnyTagClassName
{
color: #BF4D49;
}
</style>
background-color css
<style>
a { background-color: #BF4D49; }
a { background-color: rgb(191,77,73); }
div.DivClassName
{
background-color: #BF4D49;
}
.BgClassName
{
background-color: #BF4D49;
}
</style>
border-color css
<style>
span { border-color: #BF4D49; }
span { border-color: rgb(191,77,73); }
td.TdClassName
{
border-color: #BF4D49;
}
.TagClassName
{
border-color: #BF4D49;
}
</style>