Shades of Sunglo #BE605E
Tints of Sunglo #BE605E
RGB
CMYK
RGB Variations
Color information
#BE605E (or 0xBE605E) is known color: Sunglo. HEX triplet: BE, 60 and 5E. RGB value is (190,96,94). Sum of RGB (Red+Green+Blue) = 190+96+94=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE605E is #419FA1. Grayscale: #7B7B7B. Windows color (decimal): -4300706 or 6185150. OLE color: 6185150.
HSL color Cylindrical-coordinate representation of color #BE605E: hue angle of 1.25º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE605E is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 96 | 94 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.25 |
| HSL | 1.25º | 0.42% | 0.56% | - |
| HSV(B) | 1.25º | 0.51% | 0.75% | - |
| XYZ | 27.44 | 20.12 | 13.03 | - |
| YUV | 123.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 94 | 0 | 0.49 | 0.51 | 0.25 | 1.25 | 0.42 | 0.56 |
| Hex | BE | 60 | 5E | 0 | 31 | 33 | 19 | 1 | 2A | 38 |
| Octal | 276 | 140 | 136 | 0 | 61 | 63 | 31 | 1 | 52 | 70 |
| Binary | 10111110 | 1100000 | 1011110 | 0 | 110001 | 110011 | 11001 | 1 | 101010 | 111000 |
Color Harmonies of #BE605E
Complementary color
Monochromatic Colors of #BE605E
Black with #BE605E
Text Example
Text Example
White with #BE605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE605E; }
p { color: rgb(190,96,94); }
H1.HeaderClassName
{
color: #BE605E;
}
.AnyTagClassName
{
color: #BE605E;
}
</style>
background-color css
<style>
a { background-color: #BE605E; }
a { background-color: rgb(190,96,94); }
div.DivClassName
{
background-color: #BE605E;
}
.BgClassName
{
background-color: #BE605E;
}
</style>
border-color css
<style>
span { border-color: #BE605E; }
span { border-color: rgb(190,96,94); }
td.TdClassName
{
border-color: #BE605E;
}
.TagClassName
{
border-color: #BE605E;
}
</style>