Shades of Sunset #BE534B
Tints of Sunset #BE534B
RGB
CMYK
RGB Variations
Color information
#BE534B (or 0xBE534B) is known color: Sunset. HEX triplet: BE, 53 and 4B. RGB value is (190,83,75). Sum of RGB (Red+Green+Blue) = 190+83+75=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE534B is #41ACB4. Grayscale: #727272. Windows color (decimal): -4304053 or 4936638. OLE color: 4936638.
HSL color Cylindrical-coordinate representation of color #BE534B: hue angle of 4.17º 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 #BE534B is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 83 | 75 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.25 |
| HSL | 4.17º | 0.47% | 0.52% | - |
| HSV(B) | 4.17º | 0.61% | 0.75% | - |
| XYZ | 25.6 | 17.64 | 8.71 | - |
| YUV | 114.08 | 105.95 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 83 | 75 | 0 | 0.56 | 0.61 | 0.25 | 4.17 | 0.47 | 0.52 |
| Hex | BE | 53 | 4B | 0 | 38 | 3D | 19 | 4 | 2F | 34 |
| Octal | 276 | 123 | 113 | 0 | 70 | 75 | 31 | 4 | 57 | 64 |
| Binary | 10111110 | 1010011 | 1001011 | 0 | 111000 | 111101 | 11001 | 100 | 101111 | 110100 |
Color Harmonies of #BE534B
Complementary color
Monochromatic Colors of #BE534B
Black with #BE534B
Text Example
Text Example
White with #BE534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE534B; }
p { color: rgb(190,83,75); }
H1.HeaderClassName
{
color: #BE534B;
}
.AnyTagClassName
{
color: #BE534B;
}
</style>
background-color css
<style>
a { background-color: #BE534B; }
a { background-color: rgb(190,83,75); }
div.DivClassName
{
background-color: #BE534B;
}
.BgClassName
{
background-color: #BE534B;
}
</style>
border-color css
<style>
span { border-color: #BE534B; }
span { border-color: rgb(190,83,75); }
td.TdClassName
{
border-color: #BE534B;
}
.TagClassName
{
border-color: #BE534B;
}
</style>