Shades of Sunset #BF4D4C
Tints of Sunset #BF4D4C
RGB
CMYK
RGB Variations
Color information
#BF4D4C (or 0xBF4D4C) is known color: Sunset. HEX triplet: BF, 4D and 4C. RGB value is (191,77,76). Sum of RGB (Red+Green+Blue) = 191+77+76=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF4D4C is #40B2B3. Grayscale: #6F6F6F. Windows color (decimal): -4240052 or 5000639. OLE color: 5000639.
HSL color Cylindrical-coordinate representation of color #BF4D4C: hue angle of 0.52º 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 #BF4D4C is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 76 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.25 |
| HSL | 0.52º | 0.47% | 0.52% | - |
| HSV(B) | 0.52º | 0.6% | 0.75% | - |
| XYZ | 25.44 | 16.91 | 8.76 | - |
| YUV | 110.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 76 | 0 | 0.60 | 0.60 | 0.25 | 0.52 | 0.47 | 0.52 |
| Hex | BF | 4D | 4C | 0 | 3C | 3C | 19 | 1 | 2F | 34 |
| Octal | 277 | 115 | 114 | 0 | 74 | 74 | 31 | 1 | 57 | 64 |
| Binary | 10111111 | 1001101 | 1001100 | 0 | 111100 | 111100 | 11001 | 1 | 101111 | 110100 |
Color Harmonies of #BF4D4C
Complementary color
Monochromatic Colors of #BF4D4C
Black with #BF4D4C
Text Example
Text Example
White with #BF4D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D4C; }
p { color: rgb(191,77,76); }
H1.HeaderClassName
{
color: #BF4D4C;
}
.AnyTagClassName
{
color: #BF4D4C;
}
</style>
background-color css
<style>
a { background-color: #BF4D4C; }
a { background-color: rgb(191,77,76); }
div.DivClassName
{
background-color: #BF4D4C;
}
.BgClassName
{
background-color: #BF4D4C;
}
</style>
border-color css
<style>
span { border-color: #BF4D4C; }
span { border-color: rgb(191,77,76); }
td.TdClassName
{
border-color: #BF4D4C;
}
.TagClassName
{
border-color: #BF4D4C;
}
</style>