Shades of Sunset #BE5750
Tints of Sunset #BE5750
RGB
CMYK
RGB Variations
Color information
#BE5750 (or 0xBE5750) is known color: Sunset. HEX triplet: BE, 57 and 50. RGB value is (190,87,80). Sum of RGB (Red+Green+Blue) = 190+87+80=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5750 is #41A8AF. Grayscale: #757575. Windows color (decimal): -4303024 or 5265342. OLE color: 5265342.
HSL color Cylindrical-coordinate representation of color #BE5750: hue angle of 3.82º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE5750 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 87 | 80 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.25 |
| HSL | 3.82º | 0.46% | 0.53% | - |
| HSV(B) | 3.82º | 0.58% | 0.75% | - |
| XYZ | 26.09 | 18.34 | 9.75 | - |
| YUV | 117 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 87 | 80 | 0 | 0.54 | 0.58 | 0.25 | 3.82 | 0.46 | 0.53 |
| Hex | BE | 57 | 50 | 0 | 36 | 3A | 19 | 4 | 2E | 35 |
| Octal | 276 | 127 | 120 | 0 | 66 | 72 | 31 | 4 | 56 | 65 |
| Binary | 10111110 | 1010111 | 1010000 | 0 | 110110 | 111010 | 11001 | 100 | 101110 | 110101 |
Color Harmonies of #BE5750
Complementary color
Monochromatic Colors of #BE5750
Black with #BE5750
Text Example
Text Example
White with #BE5750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5750; }
p { color: rgb(190,87,80); }
H1.HeaderClassName
{
color: #BE5750;
}
.AnyTagClassName
{
color: #BE5750;
}
</style>
background-color css
<style>
a { background-color: #BE5750; }
a { background-color: rgb(190,87,80); }
div.DivClassName
{
background-color: #BE5750;
}
.BgClassName
{
background-color: #BE5750;
}
</style>
border-color css
<style>
span { border-color: #BE5750; }
span { border-color: rgb(190,87,80); }
td.TdClassName
{
border-color: #BE5750;
}
.TagClassName
{
border-color: #BE5750;
}
</style>