Shades of Sunset #BE534D
Tints of Sunset #BE534D
RGB
CMYK
RGB Variations
Color information
#BE534D (or 0xBE534D) is known color: Sunset. HEX triplet: BE, 53 and 4D. RGB value is (190,83,77). Sum of RGB (Red+Green+Blue) = 190+83+77=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE534D is #41ACB2. Grayscale: #727272. Windows color (decimal): -4304051 or 5067710. OLE color: 5067710.
HSL color Cylindrical-coordinate representation of color #BE534D: hue angle of 3.19º 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 #BE534D is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 83 | 77 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.25 |
| HSL | 3.19º | 0.47% | 0.52% | - |
| HSV(B) | 3.19º | 0.59% | 0.75% | - |
| XYZ | 25.67 | 17.67 | 9.08 | - |
| YUV | 114.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 77 | 0 | 0.56 | 0.59 | 0.25 | 3.19 | 0.47 | 0.52 |
| Hex | BE | 53 | 4D | 0 | 38 | 3B | 19 | 3 | 2F | 34 |
| Octal | 276 | 123 | 115 | 0 | 70 | 73 | 31 | 3 | 57 | 64 |
| Binary | 10111110 | 1010011 | 1001101 | 0 | 111000 | 111011 | 11001 | 11 | 101111 | 110100 |
Color Harmonies of #BE534D
Complementary color
Monochromatic Colors of #BE534D
Black with #BE534D
Text Example
Text Example
White with #BE534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE534D; }
p { color: rgb(190,83,77); }
H1.HeaderClassName
{
color: #BE534D;
}
.AnyTagClassName
{
color: #BE534D;
}
</style>
background-color css
<style>
a { background-color: #BE534D; }
a { background-color: rgb(190,83,77); }
div.DivClassName
{
background-color: #BE534D;
}
.BgClassName
{
background-color: #BE534D;
}
</style>
border-color css
<style>
span { border-color: #BE534D; }
span { border-color: rgb(190,83,77); }
td.TdClassName
{
border-color: #BE534D;
}
.TagClassName
{
border-color: #BE534D;
}
</style>