Shades of Sunglo #BC6756
Tints of Sunglo #BC6756
RGB
CMYK
RGB Variations
Color information
#BC6756 (or 0xBC6756) is known color: Sunglo. HEX triplet: BC, 67 and 56. RGB value is (188,103,86). Sum of RGB (Red+Green+Blue) = 188+103+86=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6756 is #4398A9. Grayscale: #7E7E7E. Windows color (decimal): -4429994 or 5662652. OLE color: 5662652.
HSL color Cylindrical-coordinate representation of color #BC6756: hue angle of 10º 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 #BC6756 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 86 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.26 |
| HSL | 10º | 0.43% | 0.54% | - |
| HSV(B) | 10º | 0.54% | 0.74% | - |
| XYZ | 27.27 | 21.06 | 11.43 | - |
| YUV | 126.48 | 105.16 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 86 | 0 | 0.45 | 0.54 | 0.26 | 10 | 0.43 | 0.54 |
| Hex | BC | 67 | 56 | 0 | 2D | 36 | 1A | A | 2B | 36 |
| Octal | 274 | 147 | 126 | 0 | 55 | 66 | 32 | 12 | 53 | 66 |
| Binary | 10111100 | 1100111 | 1010110 | 0 | 101101 | 110110 | 11010 | 1010 | 101011 | 110110 |
Color Harmonies of #BC6756
Complementary color
Monochromatic Colors of #BC6756
Black with #BC6756
Text Example
Text Example
White with #BC6756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6756; }
p { color: rgb(188,103,86); }
H1.HeaderClassName
{
color: #BC6756;
}
.AnyTagClassName
{
color: #BC6756;
}
</style>
background-color css
<style>
a { background-color: #BC6756; }
a { background-color: rgb(188,103,86); }
div.DivClassName
{
background-color: #BC6756;
}
.BgClassName
{
background-color: #BC6756;
}
</style>
border-color css
<style>
span { border-color: #BC6756; }
span { border-color: rgb(188,103,86); }
td.TdClassName
{
border-color: #BC6756;
}
.TagClassName
{
border-color: #BC6756;
}
</style>