Shades of Sunglo #BE6160
Tints of Sunglo #BE6160
RGB
CMYK
RGB Variations
Color information
#BE6160 (or 0xBE6160) is known color: Sunglo. HEX triplet: BE, 61 and 60. RGB value is (190,97,96). Sum of RGB (Red+Green+Blue) = 190+97+96=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6160 is #419E9F. Grayscale: #7C7C7C. Windows color (decimal): -4300448 or 6316478. OLE color: 6316478.
HSL color Cylindrical-coordinate representation of color #BE6160: hue angle of 0.64º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6160 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 96 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.25 |
| HSL | 0.64º | 0.42% | 0.56% | - |
| HSV(B) | 0.64º | 0.49% | 0.75% | - |
| XYZ | 27.62 | 20.34 | 13.54 | - |
| YUV | 124.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 96 | 0 | 0.49 | 0.49 | 0.25 | 0.64 | 0.42 | 0.56 |
| Hex | BE | 61 | 60 | 0 | 31 | 31 | 19 | 1 | 2A | 38 |
| Octal | 276 | 141 | 140 | 0 | 61 | 61 | 31 | 1 | 52 | 70 |
| Binary | 10111110 | 1100001 | 1100000 | 0 | 110001 | 110001 | 11001 | 1 | 101010 | 111000 |
Color Harmonies of #BE6160
Complementary color
Monochromatic Colors of #BE6160
Black with #BE6160
Text Example
Text Example
White with #BE6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6160; }
p { color: rgb(190,97,96); }
H1.HeaderClassName
{
color: #BE6160;
}
.AnyTagClassName
{
color: #BE6160;
}
</style>
background-color css
<style>
a { background-color: #BE6160; }
a { background-color: rgb(190,97,96); }
div.DivClassName
{
background-color: #BE6160;
}
.BgClassName
{
background-color: #BE6160;
}
</style>
border-color css
<style>
span { border-color: #BE6160; }
span { border-color: rgb(190,97,96); }
td.TdClassName
{
border-color: #BE6160;
}
.TagClassName
{
border-color: #BE6160;
}
</style>