Shades of Sunset #BF5241
Tints of Sunset #BF5241
RGB
CMYK
RGB Variations
Color information
#BF5241 (or 0xBF5241) is known color: Sunset. HEX triplet: BF, 52 and 41. RGB value is (191,82,65). Sum of RGB (Red+Green+Blue) = 191+82+65=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5241 is #40ADBE. Grayscale: #707070. Windows color (decimal): -4238783 or 4281023. OLE color: 4281023.
HSL color Cylindrical-coordinate representation of color #BF5241: hue angle of 8.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF5241 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 65 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.25 |
| HSL | 8.1º | 0.5% | 0.5% | - |
| HSV(B) | 8.1º | 0.66% | 0.75% | - |
| XYZ | 25.46 | 17.49 | 7.04 | - |
| YUV | 112.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 65 | 0 | 0.57 | 0.66 | 0.25 | 8.1 | 0.5 | 0.5 |
| Hex | BF | 52 | 41 | 0 | 39 | 42 | 19 | 8 | 32 | 32 |
| Octal | 277 | 122 | 101 | 0 | 71 | 102 | 31 | 10 | 62 | 62 |
| Binary | 10111111 | 1010010 | 1000001 | 0 | 111001 | 1000010 | 11001 | 1000 | 110010 | 110010 |
Color Harmonies of #BF5241
Complementary color
Monochromatic Colors of #BF5241
Black with #BF5241
Text Example
Text Example
White with #BF5241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5241; }
p { color: rgb(191,82,65); }
H1.HeaderClassName
{
color: #BF5241;
}
.AnyTagClassName
{
color: #BF5241;
}
</style>
background-color css
<style>
a { background-color: #BF5241; }
a { background-color: rgb(191,82,65); }
div.DivClassName
{
background-color: #BF5241;
}
.BgClassName
{
background-color: #BF5241;
}
</style>
border-color css
<style>
span { border-color: #BF5241; }
span { border-color: rgb(191,82,65); }
td.TdClassName
{
border-color: #BF5241;
}
.TagClassName
{
border-color: #BF5241;
}
</style>