Shades of Sunset #BF5149
Tints of Sunset #BF5149
RGB
CMYK
RGB Variations
Color information
#BF5149 (or 0xBF5149) is known color: Sunset. HEX triplet: BF, 51 and 49. RGB value is (191,81,73). Sum of RGB (Red+Green+Blue) = 191+81+73=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5149 is #40AEB6. Grayscale: #717171. Windows color (decimal): -4239031 or 4805055. OLE color: 4805055.
HSL color Cylindrical-coordinate representation of color #BF5149: hue angle of 4.07º 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 #BF5149 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 73 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.25 |
| HSL | 4.07º | 0.48% | 0.52% | - |
| HSV(B) | 4.07º | 0.62% | 0.75% | - |
| XYZ | 25.63 | 17.44 | 8.32 | - |
| YUV | 112.98 | 105.44 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 73 | 0 | 0.58 | 0.62 | 0.25 | 4.07 | 0.48 | 0.52 |
| Hex | BF | 51 | 49 | 0 | 3A | 3E | 19 | 4 | 30 | 34 |
| Octal | 277 | 121 | 111 | 0 | 72 | 76 | 31 | 4 | 60 | 64 |
| Binary | 10111111 | 1010001 | 1001001 | 0 | 111010 | 111110 | 11001 | 100 | 110000 | 110100 |
Color Harmonies of #BF5149
Complementary color
Monochromatic Colors of #BF5149
Black with #BF5149
Text Example
Text Example
White with #BF5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5149; }
p { color: rgb(191,81,73); }
H1.HeaderClassName
{
color: #BF5149;
}
.AnyTagClassName
{
color: #BF5149;
}
</style>
background-color css
<style>
a { background-color: #BF5149; }
a { background-color: rgb(191,81,73); }
div.DivClassName
{
background-color: #BF5149;
}
.BgClassName
{
background-color: #BF5149;
}
</style>
border-color css
<style>
span { border-color: #BF5149; }
span { border-color: rgb(191,81,73); }
td.TdClassName
{
border-color: #BF5149;
}
.TagClassName
{
border-color: #BF5149;
}
</style>