Shades of Sunset #BF4C49
Tints of Sunset #BF4C49
RGB
CMYK
RGB Variations
Color information
#BF4C49 (or 0xBF4C49) is known color: Sunset. HEX triplet: BF, 4C and 49. RGB value is (191,76,73). Sum of RGB (Red+Green+Blue) = 191+76+73=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4C49 is #40B3B6. Grayscale: #6E6E6E. Windows color (decimal): -4240311 or 4803775. OLE color: 4803775.
HSL color Cylindrical-coordinate representation of color #BF4C49: hue angle of 1.53º 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 #BF4C49 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 73 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.25 |
| HSL | 1.53º | 0.48% | 0.52% | - |
| HSV(B) | 1.53º | 0.62% | 0.75% | - |
| XYZ | 25.27 | 16.73 | 8.2 | - |
| YUV | 110.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 73 | 0 | 0.60 | 0.62 | 0.25 | 1.53 | 0.48 | 0.52 |
| Hex | BF | 4C | 49 | 0 | 3C | 3E | 19 | 2 | 30 | 34 |
| Octal | 277 | 114 | 111 | 0 | 74 | 76 | 31 | 2 | 60 | 64 |
| Binary | 10111111 | 1001100 | 1001001 | 0 | 111100 | 111110 | 11001 | 10 | 110000 | 110100 |
Color Harmonies of #BF4C49
Complementary color
Monochromatic Colors of #BF4C49
Black with #BF4C49
Text Example
Text Example
White with #BF4C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C49; }
p { color: rgb(191,76,73); }
H1.HeaderClassName
{
color: #BF4C49;
}
.AnyTagClassName
{
color: #BF4C49;
}
</style>
background-color css
<style>
a { background-color: #BF4C49; }
a { background-color: rgb(191,76,73); }
div.DivClassName
{
background-color: #BF4C49;
}
.BgClassName
{
background-color: #BF4C49;
}
</style>
border-color css
<style>
span { border-color: #BF4C49; }
span { border-color: rgb(191,76,73); }
td.TdClassName
{
border-color: #BF4C49;
}
.TagClassName
{
border-color: #BF4C49;
}
</style>