Shades of Sunglo #BE665B
Tints of Sunglo #BE665B
RGB
CMYK
RGB Variations
Color information
#BE665B (or 0xBE665B) is known color: Sunglo. HEX triplet: BE, 66 and 5B. RGB value is (190,102,91). Sum of RGB (Red+Green+Blue) = 190+102+91=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE665B is #4199A4. Grayscale: #7F7F7F. Windows color (decimal): -4299173 or 5990078. OLE color: 5990078.
HSL color Cylindrical-coordinate representation of color #BE665B: hue angle of 6.67º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE665B is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 91 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.25 |
| HSL | 6.67º | 0.43% | 0.55% | - |
| HSV(B) | 6.67º | 0.52% | 0.75% | - |
| XYZ | 27.87 | 21.21 | 12.52 | - |
| YUV | 127.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 91 | 0 | 0.46 | 0.52 | 0.25 | 6.67 | 0.43 | 0.55 |
| Hex | BE | 66 | 5B | 0 | 2E | 34 | 19 | 7 | 2B | 37 |
| Octal | 276 | 146 | 133 | 0 | 56 | 64 | 31 | 7 | 53 | 67 |
| Binary | 10111110 | 1100110 | 1011011 | 0 | 101110 | 110100 | 11001 | 111 | 101011 | 110111 |
Color Harmonies of #BE665B
Complementary color
Monochromatic Colors of #BE665B
Black with #BE665B
Text Example
Text Example
White with #BE665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE665B; }
p { color: rgb(190,102,91); }
H1.HeaderClassName
{
color: #BE665B;
}
.AnyTagClassName
{
color: #BE665B;
}
</style>
background-color css
<style>
a { background-color: #BE665B; }
a { background-color: rgb(190,102,91); }
div.DivClassName
{
background-color: #BE665B;
}
.BgClassName
{
background-color: #BE665B;
}
</style>
border-color css
<style>
span { border-color: #BE665B; }
span { border-color: rgb(190,102,91); }
td.TdClassName
{
border-color: #BE665B;
}
.TagClassName
{
border-color: #BE665B;
}
</style>