Shades of Sunglo #BC6259
Tints of Sunglo #BC6259
RGB
CMYK
RGB Variations
Color information
#BC6259 (or 0xBC6259) is known color: Sunglo. HEX triplet: BC, 62 and 59. RGB value is (188,98,89). Sum of RGB (Red+Green+Blue) = 188+98+89=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6259 is #439DA6. Grayscale: #7C7C7C. Windows color (decimal): -4431271 or 5857980. OLE color: 5857980.
HSL color Cylindrical-coordinate representation of color #BC6259: hue angle of 5.45º 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 #BC6259 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 89 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.26 |
| HSL | 5.45º | 0.42% | 0.54% | - |
| HSV(B) | 5.45º | 0.53% | 0.74% | - |
| XYZ | 26.91 | 20.15 | 11.92 | - |
| YUV | 123.88 | 108.32 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 89 | 0 | 0.48 | 0.53 | 0.26 | 5.45 | 0.42 | 0.54 |
| Hex | BC | 62 | 59 | 0 | 30 | 35 | 1A | 5 | 2A | 36 |
| Octal | 274 | 142 | 131 | 0 | 60 | 65 | 32 | 5 | 52 | 66 |
| Binary | 10111100 | 1100010 | 1011001 | 0 | 110000 | 110101 | 11010 | 101 | 101010 | 110110 |
Color Harmonies of #BC6259
Complementary color
Monochromatic Colors of #BC6259
Black with #BC6259
Text Example
Text Example
White with #BC6259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6259; }
p { color: rgb(188,98,89); }
H1.HeaderClassName
{
color: #BC6259;
}
.AnyTagClassName
{
color: #BC6259;
}
</style>
background-color css
<style>
a { background-color: #BC6259; }
a { background-color: rgb(188,98,89); }
div.DivClassName
{
background-color: #BC6259;
}
.BgClassName
{
background-color: #BC6259;
}
</style>
border-color css
<style>
span { border-color: #BC6259; }
span { border-color: rgb(188,98,89); }
td.TdClassName
{
border-color: #BC6259;
}
.TagClassName
{
border-color: #BC6259;
}
</style>