Shades of Sunglo #BC615E
Tints of Sunglo #BC615E
RGB
CMYK
RGB Variations
Color information
#BC615E (or 0xBC615E) is known color: Sunglo. HEX triplet: BC, 61 and 5E. RGB value is (188,97,94). Sum of RGB (Red+Green+Blue) = 188+97+94=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC615E is #439EA1. Grayscale: #7B7B7B. Windows color (decimal): -4431522 or 6185404. OLE color: 6185404.
HSL color Cylindrical-coordinate representation of color #BC615E: hue angle of 1.91º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC615E is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 94 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.26 |
| HSL | 1.91º | 0.41% | 0.55% | - |
| HSV(B) | 1.91º | 0.5% | 0.74% | - |
| XYZ | 27.03 | 20.05 | 13.03 | - |
| YUV | 123.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 94 | 0 | 0.48 | 0.50 | 0.26 | 1.91 | 0.41 | 0.55 |
| Hex | BC | 61 | 5E | 0 | 30 | 32 | 1A | 2 | 29 | 37 |
| Octal | 274 | 141 | 136 | 0 | 60 | 62 | 32 | 2 | 51 | 67 |
| Binary | 10111100 | 1100001 | 1011110 | 0 | 110000 | 110010 | 11010 | 10 | 101001 | 110111 |
Color Harmonies of #BC615E
Complementary color
Monochromatic Colors of #BC615E
Black with #BC615E
Text Example
Text Example
White with #BC615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC615E; }
p { color: rgb(188,97,94); }
H1.HeaderClassName
{
color: #BC615E;
}
.AnyTagClassName
{
color: #BC615E;
}
</style>
background-color css
<style>
a { background-color: #BC615E; }
a { background-color: rgb(188,97,94); }
div.DivClassName
{
background-color: #BC615E;
}
.BgClassName
{
background-color: #BC615E;
}
</style>
border-color css
<style>
span { border-color: #BC615E; }
span { border-color: rgb(188,97,94); }
td.TdClassName
{
border-color: #BC615E;
}
.TagClassName
{
border-color: #BC615E;
}
</style>