Shades of Sunglo #BC6958
Tints of Sunglo #BC6958
RGB
CMYK
RGB Variations
Color information
#BC6958 (or 0xBC6958) is known color: Sunglo. HEX triplet: BC, 69 and 58. RGB value is (188,105,88). Sum of RGB (Red+Green+Blue) = 188+105+88=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6958 is #4396A7. Grayscale: #808080. Windows color (decimal): -4429480 or 5794236. OLE color: 5794236.
HSL color Cylindrical-coordinate representation of color #BC6958: hue angle of 10.2º degrees, saturation: 0.43, 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 #BC6958 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 88 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.26 |
| HSL | 10.2º | 0.43% | 0.54% | - |
| HSV(B) | 10.2º | 0.53% | 0.74% | - |
| XYZ | 27.55 | 21.5 | 11.93 | - |
| YUV | 127.88 | 105.5 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 88 | 0 | 0.44 | 0.53 | 0.26 | 10.2 | 0.43 | 0.54 |
| Hex | BC | 69 | 58 | 0 | 2C | 35 | 1A | A | 2B | 36 |
| Octal | 274 | 151 | 130 | 0 | 54 | 65 | 32 | 12 | 53 | 66 |
| Binary | 10111100 | 1101001 | 1011000 | 0 | 101100 | 110101 | 11010 | 1010 | 101011 | 110110 |
Color Harmonies of #BC6958
Complementary color
Monochromatic Colors of #BC6958
Black with #BC6958
Text Example
Text Example
White with #BC6958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6958; }
p { color: rgb(188,105,88); }
H1.HeaderClassName
{
color: #BC6958;
}
.AnyTagClassName
{
color: #BC6958;
}
</style>
background-color css
<style>
a { background-color: #BC6958; }
a { background-color: rgb(188,105,88); }
div.DivClassName
{
background-color: #BC6958;
}
.BgClassName
{
background-color: #BC6958;
}
</style>
border-color css
<style>
span { border-color: #BC6958; }
span { border-color: rgb(188,105,88); }
td.TdClassName
{
border-color: #BC6958;
}
.TagClassName
{
border-color: #BC6958;
}
</style>