Shades of Sunset #BF5145
Tints of Sunset #BF5145
RGB
CMYK
RGB Variations
Color information
#BF5145 (or 0xBF5145) is known color: Sunset. HEX triplet: BF, 51 and 45. RGB value is (191,81,69). Sum of RGB (Red+Green+Blue) = 191+81+69=341 (45% of max value = 765). Red value is 191 (75% from 255 or 56.01% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5145 is #40AEBA. Grayscale: #707070. Windows color (decimal): -4239035 or 4542911. OLE color: 4542911.
HSL color Cylindrical-coordinate representation of color #BF5145: hue angle of 5.9º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF5145 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 69 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.25 |
| HSL | 5.9º | 0.49% | 0.51% | - |
| HSV(B) | 5.9º | 0.64% | 0.75% | - |
| XYZ | 25.5 | 17.39 | 7.64 | - |
| YUV | 112.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 69 | 0 | 0.58 | 0.64 | 0.25 | 5.9 | 0.49 | 0.51 |
| Hex | BF | 51 | 45 | 0 | 3A | 40 | 19 | 6 | 31 | 33 |
| Octal | 277 | 121 | 105 | 0 | 72 | 100 | 31 | 6 | 61 | 63 |
| Binary | 10111111 | 1010001 | 1000101 | 0 | 111010 | 1000000 | 11001 | 110 | 110001 | 110011 |
Color Harmonies of #BF5145
Complementary color
Monochromatic Colors of #BF5145
Black with #BF5145
Text Example
Text Example
White with #BF5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5145; }
p { color: rgb(191,81,69); }
H1.HeaderClassName
{
color: #BF5145;
}
.AnyTagClassName
{
color: #BF5145;
}
</style>
background-color css
<style>
a { background-color: #BF5145; }
a { background-color: rgb(191,81,69); }
div.DivClassName
{
background-color: #BF5145;
}
.BgClassName
{
background-color: #BF5145;
}
</style>
border-color css
<style>
span { border-color: #BF5145; }
span { border-color: rgb(191,81,69); }
td.TdClassName
{
border-color: #BF5145;
}
.TagClassName
{
border-color: #BF5145;
}
</style>