Shades of Sunglo #BC6656
Tints of Sunglo #BC6656
RGB
CMYK
RGB Variations
Color information
#BC6656 (or 0xBC6656) is known color: Sunglo. HEX triplet: BC, 66 and 56. RGB value is (188,102,86). Sum of RGB (Red+Green+Blue) = 188+102+86=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6656 is #4399A9. Grayscale: #7E7E7E. Windows color (decimal): -4430250 or 5662396. OLE color: 5662396.
HSL color Cylindrical-coordinate representation of color #BC6656: hue angle of 9.41º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC6656 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 102 | 86 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.26 |
| HSL | 9.41º | 0.43% | 0.54% | - |
| HSV(B) | 9.41º | 0.54% | 0.74% | - |
| XYZ | 27.17 | 20.87 | 11.4 | - |
| YUV | 125.89 | 105.49 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 86 | 0 | 0.46 | 0.54 | 0.26 | 9.41 | 0.43 | 0.54 |
| Hex | BC | 66 | 56 | 0 | 2E | 36 | 1A | 9 | 2B | 36 |
| Octal | 274 | 146 | 126 | 0 | 56 | 66 | 32 | 11 | 53 | 66 |
| Binary | 10111100 | 1100110 | 1010110 | 0 | 101110 | 110110 | 11010 | 1001 | 101011 | 110110 |
Color Harmonies of #BC6656
Complementary color
Monochromatic Colors of #BC6656
Black with #BC6656
Text Example
Text Example
White with #BC6656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6656; }
p { color: rgb(188,102,86); }
H1.HeaderClassName
{
color: #BC6656;
}
.AnyTagClassName
{
color: #BC6656;
}
</style>
background-color css
<style>
a { background-color: #BC6656; }
a { background-color: rgb(188,102,86); }
div.DivClassName
{
background-color: #BC6656;
}
.BgClassName
{
background-color: #BC6656;
}
</style>
border-color css
<style>
span { border-color: #BC6656; }
span { border-color: rgb(188,102,86); }
td.TdClassName
{
border-color: #BC6656;
}
.TagClassName
{
border-color: #BC6656;
}
</style>