Shades of Sunset #BE524D
Tints of Sunset #BE524D
RGB
CMYK
RGB Variations
Color information
#BE524D (or 0xBE524D) is known color: Sunset. HEX triplet: BE, 52 and 4D. RGB value is (190,82,77). Sum of RGB (Red+Green+Blue) = 190+82+77=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE524D is #41ADB2. Grayscale: #717171. Windows color (decimal): -4304307 or 5067454. OLE color: 5067454.
HSL color Cylindrical-coordinate representation of color #BE524D: hue angle of 2.65º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE524D is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 77 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.25 |
| HSL | 2.65º | 0.47% | 0.52% | - |
| HSV(B) | 2.65º | 0.59% | 0.75% | - |
| XYZ | 25.59 | 17.52 | 9.05 | - |
| YUV | 113.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 77 | 0 | 0.57 | 0.59 | 0.25 | 2.65 | 0.47 | 0.52 |
| Hex | BE | 52 | 4D | 0 | 39 | 3B | 19 | 3 | 2F | 34 |
| Octal | 276 | 122 | 115 | 0 | 71 | 73 | 31 | 3 | 57 | 64 |
| Binary | 10111110 | 1010010 | 1001101 | 0 | 111001 | 111011 | 11001 | 11 | 101111 | 110100 |
Color Harmonies of #BE524D
Complementary color
Monochromatic Colors of #BE524D
Black with #BE524D
Text Example
Text Example
White with #BE524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE524D; }
p { color: rgb(190,82,77); }
H1.HeaderClassName
{
color: #BE524D;
}
.AnyTagClassName
{
color: #BE524D;
}
</style>
background-color css
<style>
a { background-color: #BE524D; }
a { background-color: rgb(190,82,77); }
div.DivClassName
{
background-color: #BE524D;
}
.BgClassName
{
background-color: #BE524D;
}
</style>
border-color css
<style>
span { border-color: #BE524D; }
span { border-color: rgb(190,82,77); }
td.TdClassName
{
border-color: #BE524D;
}
.TagClassName
{
border-color: #BE524D;
}
</style>