Shades of Sunset #BF5046
Tints of Sunset #BF5046
RGB
CMYK
RGB Variations
Color information
#BF5046 (or 0xBF5046) is known color: Sunset. HEX triplet: BF, 50 and 46. RGB value is (191,80,70). Sum of RGB (Red+Green+Blue) = 191+80+70=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5046 is #40AFB9. Grayscale: #707070. Windows color (decimal): -4239290 or 4608191. OLE color: 4608191.
HSL color Cylindrical-coordinate representation of color #BF5046: hue angle of 4.96º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF5046 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 70 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.25 |
| HSL | 4.96º | 0.49% | 0.51% | - |
| HSV(B) | 4.96º | 0.63% | 0.75% | - |
| XYZ | 25.46 | 17.26 | 7.78 | - |
| YUV | 112.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 70 | 0 | 0.58 | 0.63 | 0.25 | 4.96 | 0.49 | 0.51 |
| Hex | BF | 50 | 46 | 0 | 3A | 3F | 19 | 5 | 31 | 33 |
| Octal | 277 | 120 | 106 | 0 | 72 | 77 | 31 | 5 | 61 | 63 |
| Binary | 10111111 | 1010000 | 1000110 | 0 | 111010 | 111111 | 11001 | 101 | 110001 | 110011 |
Color Harmonies of #BF5046
Complementary color
Monochromatic Colors of #BF5046
Black with #BF5046
Text Example
Text Example
White with #BF5046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5046; }
p { color: rgb(191,80,70); }
H1.HeaderClassName
{
color: #BF5046;
}
.AnyTagClassName
{
color: #BF5046;
}
</style>
background-color css
<style>
a { background-color: #BF5046; }
a { background-color: rgb(191,80,70); }
div.DivClassName
{
background-color: #BF5046;
}
.BgClassName
{
background-color: #BF5046;
}
</style>
border-color css
<style>
span { border-color: #BF5046; }
span { border-color: rgb(191,80,70); }
td.TdClassName
{
border-color: #BF5046;
}
.TagClassName
{
border-color: #BF5046;
}
</style>