Shades of Sunset #BE524A
Tints of Sunset #BE524A
RGB
CMYK
RGB Variations
Color information
#BE524A (or 0xBE524A) is known color: Sunset. HEX triplet: BE, 52 and 4A. RGB value is (190,82,74). Sum of RGB (Red+Green+Blue) = 190+82+74=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE524A is #41ADB5. Grayscale: #717171. Windows color (decimal): -4304310 or 4870846. OLE color: 4870846.
HSL color Cylindrical-coordinate representation of color #BE524A: hue angle of 4.14º 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 #BE524A is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 82 | 74 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.25 |
| HSL | 4.14º | 0.47% | 0.52% | - |
| HSV(B) | 4.14º | 0.61% | 0.75% | - |
| XYZ | 25.49 | 17.48 | 8.51 | - |
| YUV | 113.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 82 | 74 | 0 | 0.57 | 0.61 | 0.25 | 4.14 | 0.47 | 0.52 |
| Hex | BE | 52 | 4A | 0 | 39 | 3D | 19 | 4 | 2F | 34 |
| Octal | 276 | 122 | 112 | 0 | 71 | 75 | 31 | 4 | 57 | 64 |
| Binary | 10111110 | 1010010 | 1001010 | 0 | 111001 | 111101 | 11001 | 100 | 101111 | 110100 |
Color Harmonies of #BE524A
Complementary color
Monochromatic Colors of #BE524A
Black with #BE524A
Text Example
Text Example
White with #BE524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE524A; }
p { color: rgb(190,82,74); }
H1.HeaderClassName
{
color: #BE524A;
}
.AnyTagClassName
{
color: #BE524A;
}
</style>
background-color css
<style>
a { background-color: #BE524A; }
a { background-color: rgb(190,82,74); }
div.DivClassName
{
background-color: #BE524A;
}
.BgClassName
{
background-color: #BE524A;
}
</style>
border-color css
<style>
span { border-color: #BE524A; }
span { border-color: rgb(190,82,74); }
td.TdClassName
{
border-color: #BE524A;
}
.TagClassName
{
border-color: #BE524A;
}
</style>