Shades of Sunset #BF4E4D
Tints of Sunset #BF4E4D
RGB
CMYK
RGB Variations
Color information
#BF4E4D (or 0xBF4E4D) is known color: Sunset. HEX triplet: BF, 4E and 4D. RGB value is (191,78,77). Sum of RGB (Red+Green+Blue) = 191+78+77=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E4D is #40B1B2. Grayscale: #6F6F6F. Windows color (decimal): -4239795 or 5066431. OLE color: 5066431.
HSL color Cylindrical-coordinate representation of color #BF4E4D: hue angle of 0.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4E4D is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 77 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.25 |
| HSL | 0.53º | 0.47% | 0.53% | - |
| HSV(B) | 0.53º | 0.6% | 0.75% | - |
| XYZ | 25.55 | 17.06 | 8.97 | - |
| YUV | 111.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 77 | 0 | 0.59 | 0.60 | 0.25 | 0.53 | 0.47 | 0.53 |
| Hex | BF | 4E | 4D | 0 | 3B | 3C | 19 | 1 | 2F | 35 |
| Octal | 277 | 116 | 115 | 0 | 73 | 74 | 31 | 1 | 57 | 65 |
| Binary | 10111111 | 1001110 | 1001101 | 0 | 111011 | 111100 | 11001 | 1 | 101111 | 110101 |
Color Harmonies of #BF4E4D
Complementary color
Monochromatic Colors of #BF4E4D
Black with #BF4E4D
Text Example
Text Example
White with #BF4E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E4D; }
p { color: rgb(191,78,77); }
H1.HeaderClassName
{
color: #BF4E4D;
}
.AnyTagClassName
{
color: #BF4E4D;
}
</style>
background-color css
<style>
a { background-color: #BF4E4D; }
a { background-color: rgb(191,78,77); }
div.DivClassName
{
background-color: #BF4E4D;
}
.BgClassName
{
background-color: #BF4E4D;
}
</style>
border-color css
<style>
span { border-color: #BF4E4D; }
span { border-color: rgb(191,78,77); }
td.TdClassName
{
border-color: #BF4E4D;
}
.TagClassName
{
border-color: #BF4E4D;
}
</style>