Shades of Sunglo #BE6759
Tints of Sunglo #BE6759
RGB
CMYK
RGB Variations
Color information
#BE6759 (or 0xBE6759) is known color: Sunglo. HEX triplet: BE, 67 and 59. RGB value is (190,103,89). Sum of RGB (Red+Green+Blue) = 190+103+89=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6759 is #4198A6. Grayscale: #7F7F7F. Windows color (decimal): -4298919 or 5859262. OLE color: 5859262.
HSL color Cylindrical-coordinate representation of color #BE6759: hue angle of 8.32º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE6759 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 89 | - |
| CMYK | 0 | 0.46 | 0.53 | 0.25 |
| HSL | 8.32º | 0.44% | 0.55% | - |
| HSV(B) | 8.32º | 0.53% | 0.75% | - |
| XYZ | 27.89 | 21.37 | 12.11 | - |
| YUV | 127.42 | 106.32 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 89 | 0 | 0.46 | 0.53 | 0.25 | 8.32 | 0.44 | 0.55 |
| Hex | BE | 67 | 59 | 0 | 2E | 35 | 19 | 8 | 2C | 37 |
| Octal | 276 | 147 | 131 | 0 | 56 | 65 | 31 | 10 | 54 | 67 |
| Binary | 10111110 | 1100111 | 1011001 | 0 | 101110 | 110101 | 11001 | 1000 | 101100 | 110111 |
Color Harmonies of #BE6759
Complementary color
Monochromatic Colors of #BE6759
Black with #BE6759
Text Example
Text Example
White with #BE6759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6759; }
p { color: rgb(190,103,89); }
H1.HeaderClassName
{
color: #BE6759;
}
.AnyTagClassName
{
color: #BE6759;
}
</style>
background-color css
<style>
a { background-color: #BE6759; }
a { background-color: rgb(190,103,89); }
div.DivClassName
{
background-color: #BE6759;
}
.BgClassName
{
background-color: #BE6759;
}
</style>
border-color css
<style>
span { border-color: #BE6759; }
span { border-color: rgb(190,103,89); }
td.TdClassName
{
border-color: #BE6759;
}
.TagClassName
{
border-color: #BE6759;
}
</style>