Shades of Sunglo #BC6257
Tints of Sunglo #BC6257
RGB
CMYK
RGB Variations
Color information
#BC6257 (or 0xBC6257) is known color: Sunglo. HEX triplet: BC, 62 and 57. RGB value is (188,98,87). Sum of RGB (Red+Green+Blue) = 188+98+87=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6257 is #439DA8. Grayscale: #7B7B7B. Windows color (decimal): -4431273 or 5726908. OLE color: 5726908.
HSL color Cylindrical-coordinate representation of color #BC6257: hue angle of 6.53º 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 #BC6257 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 87 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.26 |
| HSL | 6.53º | 0.43% | 0.54% | - |
| HSV(B) | 6.53º | 0.54% | 0.74% | - |
| XYZ | 26.83 | 20.11 | 11.49 | - |
| YUV | 123.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 87 | 0 | 0.48 | 0.54 | 0.26 | 6.53 | 0.43 | 0.54 |
| Hex | BC | 62 | 57 | 0 | 30 | 36 | 1A | 7 | 2B | 36 |
| Octal | 274 | 142 | 127 | 0 | 60 | 66 | 32 | 7 | 53 | 66 |
| Binary | 10111100 | 1100010 | 1010111 | 0 | 110000 | 110110 | 11010 | 111 | 101011 | 110110 |
Color Harmonies of #BC6257
Complementary color
Monochromatic Colors of #BC6257
Black with #BC6257
Text Example
Text Example
White with #BC6257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6257; }
p { color: rgb(188,98,87); }
H1.HeaderClassName
{
color: #BC6257;
}
.AnyTagClassName
{
color: #BC6257;
}
</style>
background-color css
<style>
a { background-color: #BC6257; }
a { background-color: rgb(188,98,87); }
div.DivClassName
{
background-color: #BC6257;
}
.BgClassName
{
background-color: #BC6257;
}
</style>
border-color css
<style>
span { border-color: #BC6257; }
span { border-color: rgb(188,98,87); }
td.TdClassName
{
border-color: #BC6257;
}
.TagClassName
{
border-color: #BC6257;
}
</style>