Shades of Sunset #BF5144
Tints of Sunset #BF5144
RGB
CMYK
RGB Variations
Color information
#BF5144 (or 0xBF5144) is known color: Sunset. HEX triplet: BF, 51 and 44. RGB value is (191,81,68). Sum of RGB (Red+Green+Blue) = 191+81+68=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5144 is #40AEBB. Grayscale: #707070. Windows color (decimal): -4239036 or 4477375. OLE color: 4477375.
HSL color Cylindrical-coordinate representation of color #BF5144: hue angle of 6.34º 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 #BF5144 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 68 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.25 |
| HSL | 6.34º | 0.49% | 0.51% | - |
| HSV(B) | 6.34º | 0.64% | 0.75% | - |
| XYZ | 25.47 | 17.38 | 7.48 | - |
| YUV | 112.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 68 | 0 | 0.58 | 0.64 | 0.25 | 6.34 | 0.49 | 0.51 |
| Hex | BF | 51 | 44 | 0 | 3A | 40 | 19 | 6 | 31 | 33 |
| Octal | 277 | 121 | 104 | 0 | 72 | 100 | 31 | 6 | 61 | 63 |
| Binary | 10111111 | 1010001 | 1000100 | 0 | 111010 | 1000000 | 11001 | 110 | 110001 | 110011 |
Color Harmonies of #BF5144
Complementary color
Monochromatic Colors of #BF5144
Black with #BF5144
Text Example
Text Example
White with #BF5144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5144; }
p { color: rgb(191,81,68); }
H1.HeaderClassName
{
color: #BF5144;
}
.AnyTagClassName
{
color: #BF5144;
}
</style>
background-color css
<style>
a { background-color: #BF5144; }
a { background-color: rgb(191,81,68); }
div.DivClassName
{
background-color: #BF5144;
}
.BgClassName
{
background-color: #BF5144;
}
</style>
border-color css
<style>
span { border-color: #BF5144; }
span { border-color: rgb(191,81,68); }
td.TdClassName
{
border-color: #BF5144;
}
.TagClassName
{
border-color: #BF5144;
}
</style>