Shades of Sunglo #BE6557
Tints of Sunglo #BE6557
RGB
CMYK
RGB Variations
Color information
#BE6557 (or 0xBE6557) is known color: Sunglo. HEX triplet: BE, 65 and 57. RGB value is (190,101,87). Sum of RGB (Red+Green+Blue) = 190+101+87=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6557 is #419AA8. Grayscale: #7E7E7E. Windows color (decimal): -4299433 or 5727678. OLE color: 5727678.
HSL color Cylindrical-coordinate representation of color #BE6557: hue angle of 8.16º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE6557 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 87 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.25 |
| HSL | 8.16º | 0.44% | 0.54% | - |
| HSV(B) | 8.16º | 0.54% | 0.75% | - |
| XYZ | 27.61 | 20.94 | 11.6 | - |
| YUV | 126.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 87 | 0 | 0.47 | 0.54 | 0.25 | 8.16 | 0.44 | 0.54 |
| Hex | BE | 65 | 57 | 0 | 2F | 36 | 19 | 8 | 2C | 36 |
| Octal | 276 | 145 | 127 | 0 | 57 | 66 | 31 | 10 | 54 | 66 |
| Binary | 10111110 | 1100101 | 1010111 | 0 | 101111 | 110110 | 11001 | 1000 | 101100 | 110110 |
Color Harmonies of #BE6557
Complementary color
Monochromatic Colors of #BE6557
Black with #BE6557
Text Example
Text Example
White with #BE6557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6557; }
p { color: rgb(190,101,87); }
H1.HeaderClassName
{
color: #BE6557;
}
.AnyTagClassName
{
color: #BE6557;
}
</style>
background-color css
<style>
a { background-color: #BE6557; }
a { background-color: rgb(190,101,87); }
div.DivClassName
{
background-color: #BE6557;
}
.BgClassName
{
background-color: #BE6557;
}
</style>
border-color css
<style>
span { border-color: #BE6557; }
span { border-color: rgb(190,101,87); }
td.TdClassName
{
border-color: #BE6557;
}
.TagClassName
{
border-color: #BE6557;
}
</style>