Shades of Sunglo #BC6255
Tints of Sunglo #BC6255
RGB
CMYK
RGB Variations
Color information
#BC6255 (or 0xBC6255) is known color: Sunglo. HEX triplet: BC, 62 and 55. RGB value is (188,98,85). Sum of RGB (Red+Green+Blue) = 188+98+85=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6255 is #439DAA. Grayscale: #7B7B7B. Windows color (decimal): -4431275 or 5595836. OLE color: 5595836.
HSL color Cylindrical-coordinate representation of color #BC6255: hue angle of 7.57º 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 #BC6255 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 85 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.26 |
| HSL | 7.57º | 0.43% | 0.54% | - |
| HSV(B) | 7.57º | 0.55% | 0.74% | - |
| XYZ | 26.75 | 20.08 | 11.06 | - |
| YUV | 123.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 85 | 0 | 0.48 | 0.55 | 0.26 | 7.57 | 0.43 | 0.54 |
| Hex | BC | 62 | 55 | 0 | 30 | 37 | 1A | 8 | 2B | 36 |
| Octal | 274 | 142 | 125 | 0 | 60 | 67 | 32 | 10 | 53 | 66 |
| Binary | 10111100 | 1100010 | 1010101 | 0 | 110000 | 110111 | 11010 | 1000 | 101011 | 110110 |
Color Harmonies of #BC6255
Complementary color
Monochromatic Colors of #BC6255
Black with #BC6255
Text Example
Text Example
White with #BC6255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6255; }
p { color: rgb(188,98,85); }
H1.HeaderClassName
{
color: #BC6255;
}
.AnyTagClassName
{
color: #BC6255;
}
</style>
background-color css
<style>
a { background-color: #BC6255; }
a { background-color: rgb(188,98,85); }
div.DivClassName
{
background-color: #BC6255;
}
.BgClassName
{
background-color: #BC6255;
}
</style>
border-color css
<style>
span { border-color: #BC6255; }
span { border-color: rgb(188,98,85); }
td.TdClassName
{
border-color: #BC6255;
}
.TagClassName
{
border-color: #BC6255;
}
</style>