Shades of Sunglo #BC6556
Tints of Sunglo #BC6556
RGB
CMYK
RGB Variations
Color information
#BC6556 (or 0xBC6556) is known color: Sunglo. HEX triplet: BC, 65 and 56. RGB value is (188,101,86). Sum of RGB (Red+Green+Blue) = 188+101+86=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6556 is #439AA9. Grayscale: #7D7D7D. Windows color (decimal): -4430506 or 5662140. OLE color: 5662140.
HSL color Cylindrical-coordinate representation of color #BC6556: hue angle of 8.82º 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 #BC6556 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 101 | 86 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.26 |
| HSL | 8.82º | 0.43% | 0.54% | - |
| HSV(B) | 8.82º | 0.54% | 0.74% | - |
| XYZ | 27.07 | 20.67 | 11.37 | - |
| YUV | 125.3 | 105.82 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 86 | 0 | 0.46 | 0.54 | 0.26 | 8.82 | 0.43 | 0.54 |
| Hex | BC | 65 | 56 | 0 | 2E | 36 | 1A | 9 | 2B | 36 |
| Octal | 274 | 145 | 126 | 0 | 56 | 66 | 32 | 11 | 53 | 66 |
| Binary | 10111100 | 1100101 | 1010110 | 0 | 101110 | 110110 | 11010 | 1001 | 101011 | 110110 |
Color Harmonies of #BC6556
Complementary color
Monochromatic Colors of #BC6556
Black with #BC6556
Text Example
Text Example
White with #BC6556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6556; }
p { color: rgb(188,101,86); }
H1.HeaderClassName
{
color: #BC6556;
}
.AnyTagClassName
{
color: #BC6556;
}
</style>
background-color css
<style>
a { background-color: #BC6556; }
a { background-color: rgb(188,101,86); }
div.DivClassName
{
background-color: #BC6556;
}
.BgClassName
{
background-color: #BC6556;
}
</style>
border-color css
<style>
span { border-color: #BC6556; }
span { border-color: rgb(188,101,86); }
td.TdClassName
{
border-color: #BC6556;
}
.TagClassName
{
border-color: #BC6556;
}
</style>