Shades of Sunset #BE4D4B
Tints of Sunset #BE4D4B
RGB
CMYK
RGB Variations
Color information
#BE4D4B (or 0xBE4D4B) is known color: Sunset. HEX triplet: BE, 4D and 4B. RGB value is (190,77,75). Sum of RGB (Red+Green+Blue) = 190+77+75=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D4B is #41B2B4. Grayscale: #6E6E6E. Windows color (decimal): -4305589 or 4935102. OLE color: 4935102.
HSL color Cylindrical-coordinate representation of color #BE4D4B: hue angle of 1.04º 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 #BE4D4B is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 77 | 75 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.25 |
| HSL | 1.04º | 0.47% | 0.52% | - |
| HSV(B) | 1.04º | 0.61% | 0.75% | - |
| XYZ | 25.16 | 16.76 | 8.57 | - |
| YUV | 110.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 77 | 75 | 0 | 0.59 | 0.61 | 0.25 | 1.04 | 0.47 | 0.52 |
| Hex | BE | 4D | 4B | 0 | 3B | 3D | 19 | 1 | 2F | 34 |
| Octal | 276 | 115 | 113 | 0 | 73 | 75 | 31 | 1 | 57 | 64 |
| Binary | 10111110 | 1001101 | 1001011 | 0 | 111011 | 111101 | 11001 | 1 | 101111 | 110100 |
Color Harmonies of #BE4D4B
Complementary color
Monochromatic Colors of #BE4D4B
Black with #BE4D4B
Text Example
Text Example
White with #BE4D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D4B; }
p { color: rgb(190,77,75); }
H1.HeaderClassName
{
color: #BE4D4B;
}
.AnyTagClassName
{
color: #BE4D4B;
}
</style>
background-color css
<style>
a { background-color: #BE4D4B; }
a { background-color: rgb(190,77,75); }
div.DivClassName
{
background-color: #BE4D4B;
}
.BgClassName
{
background-color: #BE4D4B;
}
</style>
border-color css
<style>
span { border-color: #BE4D4B; }
span { border-color: rgb(190,77,75); }
td.TdClassName
{
border-color: #BE4D4B;
}
.TagClassName
{
border-color: #BE4D4B;
}
</style>