Shades of Sunset #BE4F46
Tints of Sunset #BE4F46
RGB
CMYK
RGB Variations
Color information
#BE4F46 (or 0xBE4F46) is known color: Sunset. HEX triplet: BE, 4F and 46. RGB value is (190,79,70). Sum of RGB (Red+Green+Blue) = 190+79+70=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4F46 is #41B0B9. Grayscale: #6F6F6F. Windows color (decimal): -4305082 or 4607934. OLE color: 4607934.
HSL color Cylindrical-coordinate representation of color #BE4F46: hue angle of 4.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 #BE4F46 is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 79 | 70 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.25 |
| HSL | 4.5º | 0.48% | 0.51% | - |
| HSV(B) | 4.5º | 0.63% | 0.75% | - |
| XYZ | 25.14 | 16.98 | 7.75 | - |
| YUV | 111.16 | 104.77 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 79 | 70 | 0 | 0.58 | 0.63 | 0.25 | 4.5 | 0.48 | 0.51 |
| Hex | BE | 4F | 46 | 0 | 3A | 3F | 19 | 4 | 30 | 33 |
| Octal | 276 | 117 | 106 | 0 | 72 | 77 | 31 | 4 | 60 | 63 |
| Binary | 10111110 | 1001111 | 1000110 | 0 | 111010 | 111111 | 11001 | 100 | 110000 | 110011 |
Color Harmonies of #BE4F46
Complementary color
Monochromatic Colors of #BE4F46
Black with #BE4F46
Text Example
Text Example
White with #BE4F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4F46; }
p { color: rgb(190,79,70); }
H1.HeaderClassName
{
color: #BE4F46;
}
.AnyTagClassName
{
color: #BE4F46;
}
</style>
background-color css
<style>
a { background-color: #BE4F46; }
a { background-color: rgb(190,79,70); }
div.DivClassName
{
background-color: #BE4F46;
}
.BgClassName
{
background-color: #BE4F46;
}
</style>
border-color css
<style>
span { border-color: #BE4F46; }
span { border-color: rgb(190,79,70); }
td.TdClassName
{
border-color: #BE4F46;
}
.TagClassName
{
border-color: #BE4F46;
}
</style>