Shades of Sunglo #BE665D
Tints of Sunglo #BE665D
RGB
CMYK
RGB Variations
Color information
#BE665D (or 0xBE665D) is known color: Sunglo. HEX triplet: BE, 66 and 5D. RGB value is (190,102,93). Sum of RGB (Red+Green+Blue) = 190+102+93=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE665D is #4199A2. Grayscale: #7F7F7F. Windows color (decimal): -4299171 or 6121150. OLE color: 6121150.
HSL color Cylindrical-coordinate representation of color #BE665D: hue angle of 5.57º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE665D is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 93 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.25 |
| HSL | 5.57º | 0.43% | 0.55% | - |
| HSV(B) | 5.57º | 0.51% | 0.75% | - |
| XYZ | 27.96 | 21.24 | 12.98 | - |
| YUV | 127.29 | 108.65 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 93 | 0 | 0.46 | 0.51 | 0.25 | 5.57 | 0.43 | 0.55 |
| Hex | BE | 66 | 5D | 0 | 2E | 33 | 19 | 6 | 2B | 37 |
| Octal | 276 | 146 | 135 | 0 | 56 | 63 | 31 | 6 | 53 | 67 |
| Binary | 10111110 | 1100110 | 1011101 | 0 | 101110 | 110011 | 11001 | 110 | 101011 | 110111 |
Color Harmonies of #BE665D
Complementary color
Monochromatic Colors of #BE665D
Black with #BE665D
Text Example
Text Example
White with #BE665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE665D; }
p { color: rgb(190,102,93); }
H1.HeaderClassName
{
color: #BE665D;
}
.AnyTagClassName
{
color: #BE665D;
}
</style>
background-color css
<style>
a { background-color: #BE665D; }
a { background-color: rgb(190,102,93); }
div.DivClassName
{
background-color: #BE665D;
}
.BgClassName
{
background-color: #BE665D;
}
</style>
border-color css
<style>
span { border-color: #BE665D; }
span { border-color: rgb(190,102,93); }
td.TdClassName
{
border-color: #BE665D;
}
.TagClassName
{
border-color: #BE665D;
}
</style>