Shades of Sunset #BE554E
Tints of Sunset #BE554E
RGB
CMYK
RGB Variations
Color information
#BE554E (or 0xBE554E) is known color: Sunset. HEX triplet: BE, 55 and 4E. RGB value is (190,85,78). Sum of RGB (Red+Green+Blue) = 190+85+78=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE554E is #41AAB1. Grayscale: #737373. Windows color (decimal): -4303538 or 5133758. OLE color: 5133758.
HSL color Cylindrical-coordinate representation of color #BE554E: hue angle of 3.75º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE554E is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 85 | 78 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.25 |
| HSL | 3.75º | 0.46% | 0.53% | - |
| HSV(B) | 3.75º | 0.59% | 0.75% | - |
| XYZ | 25.86 | 17.99 | 9.32 | - |
| YUV | 115.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 85 | 78 | 0 | 0.55 | 0.59 | 0.25 | 3.75 | 0.46 | 0.53 |
| Hex | BE | 55 | 4E | 0 | 37 | 3B | 19 | 4 | 2E | 35 |
| Octal | 276 | 125 | 116 | 0 | 67 | 73 | 31 | 4 | 56 | 65 |
| Binary | 10111110 | 1010101 | 1001110 | 0 | 110111 | 111011 | 11001 | 100 | 101110 | 110101 |
Color Harmonies of #BE554E
Complementary color
Monochromatic Colors of #BE554E
Black with #BE554E
Text Example
Text Example
White with #BE554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE554E; }
p { color: rgb(190,85,78); }
H1.HeaderClassName
{
color: #BE554E;
}
.AnyTagClassName
{
color: #BE554E;
}
</style>
background-color css
<style>
a { background-color: #BE554E; }
a { background-color: rgb(190,85,78); }
div.DivClassName
{
background-color: #BE554E;
}
.BgClassName
{
background-color: #BE554E;
}
</style>
border-color css
<style>
span { border-color: #BE554E; }
span { border-color: rgb(190,85,78); }
td.TdClassName
{
border-color: #BE554E;
}
.TagClassName
{
border-color: #BE554E;
}
</style>