Shades of Sunset #BE4D4D
Tints of Sunset #BE4D4D
RGB
CMYK
RGB Variations
Color information
#BE4D4D (or 0xBE4D4D) is known color: Sunset. HEX triplet: BE, 4D and 4D. RGB value is (190,77,77). Sum of RGB (Red+Green+Blue) = 190+77+77=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D4D is #41B2B2. Grayscale: #6E6E6E. Windows color (decimal): -4305587 or 5066174. OLE color: 5066174.
HSL color Cylindrical-coordinate representation of color #BE4D4D: hue angle of 0º 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 #BE4D4D is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 77 | 77 | - |
CMYK | 0 | 0.59 | 0.59 | 0.25 |
HSL | 0º | 0.47% | 0.52% | - |
HSV(B) | 0º | 0.59% | 0.75% | - |
XYZ | 25.23 | 16.79 | 8.93 | - |
YUV | 110.79 | 108.94 | 184.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 77 | 77 | 0 | 0.59 | 0.59 | 0.25 | 0 | 0.47 | 0.52 |
Hex | BE | 4D | 4D | 0 | 3B | 3B | 19 | 0 | 2F | 34 |
Octal | 276 | 115 | 115 | 0 | 73 | 73 | 31 | 0 | 57 | 64 |
Binary | 10111110 | 1001101 | 1001101 | 0 | 111011 | 111011 | 11001 | 0 | 101111 | 110100 |
Color Harmonies of #BE4D4D
Complementary color
Monochromatic Colors of #BE4D4D
Black with #BE4D4D
Text Example
Text Example
White with #BE4D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE4D4D; }
p { color: rgb(190,77,77); }
H1.HeaderClassName
{
color: #BE4D4D;
}
.AnyTagClassName
{
color: #BE4D4D;
}
</style>
background-color css
<style>
a { background-color: #BE4D4D; }
a { background-color: rgb(190,77,77); }
div.DivClassName
{
background-color: #BE4D4D;
}
.BgClassName
{
background-color: #BE4D4D;
}
</style>
border-color css
<style>
span { border-color: #BE4D4D; }
span { border-color: rgb(190,77,77); }
td.TdClassName
{
border-color: #BE4D4D;
}
.TagClassName
{
border-color: #BE4D4D;
}
</style>