Shades of Sunset #BF4E4C
Tints of Sunset #BF4E4C
RGB
CMYK
RGB Variations
Color information
#BF4E4C (or 0xBF4E4C) is known color: Sunset. HEX triplet: BF, 4E and 4C. RGB value is (191,78,76). Sum of RGB (Red+Green+Blue) = 191+78+76=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4E4C is #40B1B3. Grayscale: #6F6F6F. Windows color (decimal): -4239796 or 5000895. OLE color: 5000895.
HSL color Cylindrical-coordinate representation of color #BF4E4C: hue angle of 1.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4E4C is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 76 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.25 |
| HSL | 1.04º | 0.47% | 0.52% | - |
| HSV(B) | 1.04º | 0.6% | 0.75% | - |
| XYZ | 25.51 | 17.05 | 8.78 | - |
| YUV | 111.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 76 | 0 | 0.59 | 0.60 | 0.25 | 1.04 | 0.47 | 0.52 |
| Hex | BF | 4E | 4C | 0 | 3B | 3C | 19 | 1 | 2F | 34 |
| Octal | 277 | 116 | 114 | 0 | 73 | 74 | 31 | 1 | 57 | 64 |
| Binary | 10111111 | 1001110 | 1001100 | 0 | 111011 | 111100 | 11001 | 1 | 101111 | 110100 |
Color Harmonies of #BF4E4C
Complementary color
Monochromatic Colors of #BF4E4C
Black with #BF4E4C
Text Example
Text Example
White with #BF4E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E4C; }
p { color: rgb(191,78,76); }
H1.HeaderClassName
{
color: #BF4E4C;
}
.AnyTagClassName
{
color: #BF4E4C;
}
</style>
background-color css
<style>
a { background-color: #BF4E4C; }
a { background-color: rgb(191,78,76); }
div.DivClassName
{
background-color: #BF4E4C;
}
.BgClassName
{
background-color: #BF4E4C;
}
</style>
border-color css
<style>
span { border-color: #BF4E4C; }
span { border-color: rgb(191,78,76); }
td.TdClassName
{
border-color: #BF4E4C;
}
.TagClassName
{
border-color: #BF4E4C;
}
</style>