Shades of Sunglo #BC6458
Tints of Sunglo #BC6458
RGB
CMYK
RGB Variations
Color information
#BC6458 (or 0xBC6458) is known color: Sunglo. HEX triplet: BC, 64 and 58. RGB value is (188,100,88). Sum of RGB (Red+Green+Blue) = 188+100+88=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6458 is #439BA7. Grayscale: #7D7D7D. Windows color (decimal): -4430760 or 5792956. OLE color: 5792956.
HSL color Cylindrical-coordinate representation of color #BC6458: hue angle of 7.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 #BC6458 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 100 | 88 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.26 |
| HSL | 7.2º | 0.43% | 0.54% | - |
| HSV(B) | 7.2º | 0.53% | 0.74% | - |
| XYZ | 27.06 | 20.51 | 11.77 | - |
| YUV | 124.94 | 107.15 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 88 | 0 | 0.47 | 0.53 | 0.26 | 7.2 | 0.43 | 0.54 |
| Hex | BC | 64 | 58 | 0 | 2F | 35 | 1A | 7 | 2B | 36 |
| Octal | 274 | 144 | 130 | 0 | 57 | 65 | 32 | 7 | 53 | 66 |
| Binary | 10111100 | 1100100 | 1011000 | 0 | 101111 | 110101 | 11010 | 111 | 101011 | 110110 |
Color Harmonies of #BC6458
Complementary color
Monochromatic Colors of #BC6458
Black with #BC6458
Text Example
Text Example
White with #BC6458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6458; }
p { color: rgb(188,100,88); }
H1.HeaderClassName
{
color: #BC6458;
}
.AnyTagClassName
{
color: #BC6458;
}
</style>
background-color css
<style>
a { background-color: #BC6458; }
a { background-color: rgb(188,100,88); }
div.DivClassName
{
background-color: #BC6458;
}
.BgClassName
{
background-color: #BC6458;
}
</style>
border-color css
<style>
span { border-color: #BC6458; }
span { border-color: rgb(188,100,88); }
td.TdClassName
{
border-color: #BC6458;
}
.TagClassName
{
border-color: #BC6458;
}
</style>