Shades of Sunglo #BC6857
Tints of Sunglo #BC6857
RGB
CMYK
RGB Variations
Color information
#BC6857 (or 0xBC6857) is known color: Sunglo. HEX triplet: BC, 68 and 57. RGB value is (188,104,87). Sum of RGB (Red+Green+Blue) = 188+104+87=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6857 is #4397A8. Grayscale: #7F7F7F. Windows color (decimal): -4429737 or 5728444. OLE color: 5728444.
HSL color Cylindrical-coordinate representation of color #BC6857: hue angle of 10.1º 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 #BC6857 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 104 | 87 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.26 |
| HSL | 10.1º | 0.43% | 0.54% | - |
| HSV(B) | 10.1º | 0.54% | 0.74% | - |
| XYZ | 27.41 | 21.28 | 11.68 | - |
| YUV | 127.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 87 | 0 | 0.45 | 0.54 | 0.26 | 10.1 | 0.43 | 0.54 |
| Hex | BC | 68 | 57 | 0 | 2D | 36 | 1A | A | 2B | 36 |
| Octal | 274 | 150 | 127 | 0 | 55 | 66 | 32 | 12 | 53 | 66 |
| Binary | 10111100 | 1101000 | 1010111 | 0 | 101101 | 110110 | 11010 | 1010 | 101011 | 110110 |
Color Harmonies of #BC6857
Complementary color
Monochromatic Colors of #BC6857
Black with #BC6857
Text Example
Text Example
White with #BC6857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6857; }
p { color: rgb(188,104,87); }
H1.HeaderClassName
{
color: #BC6857;
}
.AnyTagClassName
{
color: #BC6857;
}
</style>
background-color css
<style>
a { background-color: #BC6857; }
a { background-color: rgb(188,104,87); }
div.DivClassName
{
background-color: #BC6857;
}
.BgClassName
{
background-color: #BC6857;
}
</style>
border-color css
<style>
span { border-color: #BC6857; }
span { border-color: rgb(188,104,87); }
td.TdClassName
{
border-color: #BC6857;
}
.TagClassName
{
border-color: #BC6857;
}
</style>