Shades of Sunglo #BC6859
Tints of Sunglo #BC6859
RGB
CMYK
RGB Variations
Color information
#BC6859 (or 0xBC6859) is known color: Sunglo. HEX triplet: BC, 68 and 59. RGB value is (188,104,89). Sum of RGB (Red+Green+Blue) = 188+104+89=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6859 is #4397A6. Grayscale: #7F7F7F. Windows color (decimal): -4429735 or 5859516. OLE color: 5859516.
HSL color Cylindrical-coordinate representation of color #BC6859: hue angle of 9.09º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6859 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 89 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.26 |
| HSL | 9.09º | 0.42% | 0.54% | - |
| HSV(B) | 9.09º | 0.53% | 0.74% | - |
| XYZ | 27.49 | 21.31 | 12.12 | - |
| YUV | 127.41 | 106.33 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 89 | 0 | 0.45 | 0.53 | 0.26 | 9.09 | 0.42 | 0.54 |
| Hex | BC | 68 | 59 | 0 | 2D | 35 | 1A | 9 | 2A | 36 |
| Octal | 274 | 150 | 131 | 0 | 55 | 65 | 32 | 11 | 52 | 66 |
| Binary | 10111100 | 1101000 | 1011001 | 0 | 101101 | 110101 | 11010 | 1001 | 101010 | 110110 |
Color Harmonies of #BC6859
Complementary color
Monochromatic Colors of #BC6859
Black with #BC6859
Text Example
Text Example
White with #BC6859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6859; }
p { color: rgb(188,104,89); }
H1.HeaderClassName
{
color: #BC6859;
}
.AnyTagClassName
{
color: #BC6859;
}
</style>
background-color css
<style>
a { background-color: #BC6859; }
a { background-color: rgb(188,104,89); }
div.DivClassName
{
background-color: #BC6859;
}
.BgClassName
{
background-color: #BC6859;
}
</style>
border-color css
<style>
span { border-color: #BC6859; }
span { border-color: rgb(188,104,89); }
td.TdClassName
{
border-color: #BC6859;
}
.TagClassName
{
border-color: #BC6859;
}
</style>