Shades of Sunset #BF4C47
Tints of Sunset #BF4C47
RGB
CMYK
RGB Variations
Color information
#BF4C47 (or 0xBF4C47) is known color: Sunset. HEX triplet: BF, 4C and 47. RGB value is (191,76,71). Sum of RGB (Red+Green+Blue) = 191+76+71=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4C47 is #40B3B8. Grayscale: #6D6D6D. Windows color (decimal): -4240313 or 4672703. OLE color: 4672703.
HSL color Cylindrical-coordinate representation of color #BF4C47: hue angle of 2.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4C47 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 71 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.25 |
| HSL | 2.5º | 0.48% | 0.51% | - |
| HSV(B) | 2.5º | 0.63% | 0.75% | - |
| XYZ | 25.21 | 16.7 | 7.86 | - |
| YUV | 109.82 | 106.1 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 71 | 0 | 0.60 | 0.63 | 0.25 | 2.5 | 0.48 | 0.51 |
| Hex | BF | 4C | 47 | 0 | 3C | 3F | 19 | 2 | 30 | 33 |
| Octal | 277 | 114 | 107 | 0 | 74 | 77 | 31 | 2 | 60 | 63 |
| Binary | 10111111 | 1001100 | 1000111 | 0 | 111100 | 111111 | 11001 | 10 | 110000 | 110011 |
Color Harmonies of #BF4C47
Complementary color
Monochromatic Colors of #BF4C47
Black with #BF4C47
Text Example
Text Example
White with #BF4C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C47; }
p { color: rgb(191,76,71); }
H1.HeaderClassName
{
color: #BF4C47;
}
.AnyTagClassName
{
color: #BF4C47;
}
</style>
background-color css
<style>
a { background-color: #BF4C47; }
a { background-color: rgb(191,76,71); }
div.DivClassName
{
background-color: #BF4C47;
}
.BgClassName
{
background-color: #BF4C47;
}
</style>
border-color css
<style>
span { border-color: #BF4C47; }
span { border-color: rgb(191,76,71); }
td.TdClassName
{
border-color: #BF4C47;
}
.TagClassName
{
border-color: #BF4C47;
}
</style>