Shades of Sunglo #BC6054
Tints of Sunglo #BC6054
RGB
CMYK
RGB Variations
Color information
#BC6054 (or 0xBC6054) is known color: Sunglo. HEX triplet: BC, 60 and 54. RGB value is (188,96,84). Sum of RGB (Red+Green+Blue) = 188+96+84=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6054 is #439FAB. Grayscale: #7A7A7A. Windows color (decimal): -4431788 or 5529788. OLE color: 5529788.
HSL color Cylindrical-coordinate representation of color #BC6054: hue angle of 6.92º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6054 is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 84 | - |
| CMYK | 0 | 0.49 | 0.55 | 0.26 |
| HSL | 6.92º | 0.44% | 0.53% | - |
| HSV(B) | 6.92º | 0.55% | 0.74% | - |
| XYZ | 26.52 | 19.7 | 10.79 | - |
| YUV | 122.14 | 106.48 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 84 | 0 | 0.49 | 0.55 | 0.26 | 6.92 | 0.44 | 0.53 |
| Hex | BC | 60 | 54 | 0 | 31 | 37 | 1A | 7 | 2C | 35 |
| Octal | 274 | 140 | 124 | 0 | 61 | 67 | 32 | 7 | 54 | 65 |
| Binary | 10111100 | 1100000 | 1010100 | 0 | 110001 | 110111 | 11010 | 111 | 101100 | 110101 |
Color Harmonies of #BC6054
Complementary color
Monochromatic Colors of #BC6054
Black with #BC6054
Text Example
Text Example
White with #BC6054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6054; }
p { color: rgb(188,96,84); }
H1.HeaderClassName
{
color: #BC6054;
}
.AnyTagClassName
{
color: #BC6054;
}
</style>
background-color css
<style>
a { background-color: #BC6054; }
a { background-color: rgb(188,96,84); }
div.DivClassName
{
background-color: #BC6054;
}
.BgClassName
{
background-color: #BC6054;
}
</style>
border-color css
<style>
span { border-color: #BC6054; }
span { border-color: rgb(188,96,84); }
td.TdClassName
{
border-color: #BC6054;
}
.TagClassName
{
border-color: #BC6054;
}
</style>