Shades of Sunglo #BC6155
Tints of Sunglo #BC6155
RGB
CMYK
RGB Variations
Color information
#BC6155 (or 0xBC6155) is known color: Sunglo. HEX triplet: BC, 61 and 55. RGB value is (188,97,85). Sum of RGB (Red+Green+Blue) = 188+97+85=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6155 is #439EAA. Grayscale: #7A7A7A. Windows color (decimal): -4431531 or 5595580. OLE color: 5595580.
HSL color Cylindrical-coordinate representation of color #BC6155: hue angle of 6.99º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6155 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 85 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.26 |
| HSL | 6.99º | 0.43% | 0.54% | - |
| HSV(B) | 6.99º | 0.55% | 0.74% | - |
| XYZ | 26.65 | 19.9 | 11.03 | - |
| YUV | 122.84 | 106.65 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 85 | 0 | 0.48 | 0.55 | 0.26 | 6.99 | 0.43 | 0.54 |
| Hex | BC | 61 | 55 | 0 | 30 | 37 | 1A | 7 | 2B | 36 |
| Octal | 274 | 141 | 125 | 0 | 60 | 67 | 32 | 7 | 53 | 66 |
| Binary | 10111100 | 1100001 | 1010101 | 0 | 110000 | 110111 | 11010 | 111 | 101011 | 110110 |
Color Harmonies of #BC6155
Complementary color
Monochromatic Colors of #BC6155
Black with #BC6155
Text Example
Text Example
White with #BC6155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6155; }
p { color: rgb(188,97,85); }
H1.HeaderClassName
{
color: #BC6155;
}
.AnyTagClassName
{
color: #BC6155;
}
</style>
background-color css
<style>
a { background-color: #BC6155; }
a { background-color: rgb(188,97,85); }
div.DivClassName
{
background-color: #BC6155;
}
.BgClassName
{
background-color: #BC6155;
}
</style>
border-color css
<style>
span { border-color: #BC6155; }
span { border-color: rgb(188,97,85); }
td.TdClassName
{
border-color: #BC6155;
}
.TagClassName
{
border-color: #BC6155;
}
</style>