Shades of Sunset #BE4E4A
Tints of Sunset #BE4E4A
RGB
CMYK
RGB Variations
Color information
#BE4E4A (or 0xBE4E4A) is known color: Sunset. HEX triplet: BE, 4E and 4A. RGB value is (190,78,74). Sum of RGB (Red+Green+Blue) = 190+78+74=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4E4A is #41B1B5. Grayscale: #6F6F6F. Windows color (decimal): -4305334 or 4869822. OLE color: 4869822.
HSL color Cylindrical-coordinate representation of color #BE4E4A: hue angle of 2.07º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4E4A is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 78 | 74 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.25 |
| HSL | 2.07º | 0.47% | 0.52% | - |
| HSV(B) | 2.07º | 0.61% | 0.75% | - |
| XYZ | 25.2 | 16.89 | 8.41 | - |
| YUV | 111.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 78 | 74 | 0 | 0.59 | 0.61 | 0.25 | 2.07 | 0.47 | 0.52 |
| Hex | BE | 4E | 4A | 0 | 3B | 3D | 19 | 2 | 2F | 34 |
| Octal | 276 | 116 | 112 | 0 | 73 | 75 | 31 | 2 | 57 | 64 |
| Binary | 10111110 | 1001110 | 1001010 | 0 | 111011 | 111101 | 11001 | 10 | 101111 | 110100 |
Color Harmonies of #BE4E4A
Complementary color
Monochromatic Colors of #BE4E4A
Black with #BE4E4A
Text Example
Text Example
White with #BE4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4E4A; }
p { color: rgb(190,78,74); }
H1.HeaderClassName
{
color: #BE4E4A;
}
.AnyTagClassName
{
color: #BE4E4A;
}
</style>
background-color css
<style>
a { background-color: #BE4E4A; }
a { background-color: rgb(190,78,74); }
div.DivClassName
{
background-color: #BE4E4A;
}
.BgClassName
{
background-color: #BE4E4A;
}
</style>
border-color css
<style>
span { border-color: #BE4E4A; }
span { border-color: rgb(190,78,74); }
td.TdClassName
{
border-color: #BE4E4A;
}
.TagClassName
{
border-color: #BE4E4A;
}
</style>