Shades of Sunglo #BC605C
Tints of Sunglo #BC605C
RGB
CMYK
RGB Variations
Color information
#BC605C (or 0xBC605C) is known color: Sunglo. HEX triplet: BC, 60 and 5C. RGB value is (188,96,92). Sum of RGB (Red+Green+Blue) = 188+96+92=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC605C is #439FA3. Grayscale: #7B7B7B. Windows color (decimal): -4431780 or 6054076. OLE color: 6054076.
HSL color Cylindrical-coordinate representation of color #BC605C: hue angle of 2.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC605C is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 92 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.26 |
| HSL | 2.5º | 0.42% | 0.55% | - |
| HSV(B) | 2.5º | 0.51% | 0.74% | - |
| XYZ | 26.85 | 19.83 | 12.54 | - |
| YUV | 123.05 | 110.48 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 92 | 0 | 0.49 | 0.51 | 0.26 | 2.5 | 0.42 | 0.55 |
| Hex | BC | 60 | 5C | 0 | 31 | 33 | 1A | 2 | 2A | 37 |
| Octal | 274 | 140 | 134 | 0 | 61 | 63 | 32 | 2 | 52 | 67 |
| Binary | 10111100 | 1100000 | 1011100 | 0 | 110001 | 110011 | 11010 | 10 | 101010 | 110111 |
Color Harmonies of #BC605C
Complementary color
Monochromatic Colors of #BC605C
Black with #BC605C
Text Example
Text Example
White with #BC605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC605C; }
p { color: rgb(188,96,92); }
H1.HeaderClassName
{
color: #BC605C;
}
.AnyTagClassName
{
color: #BC605C;
}
</style>
background-color css
<style>
a { background-color: #BC605C; }
a { background-color: rgb(188,96,92); }
div.DivClassName
{
background-color: #BC605C;
}
.BgClassName
{
background-color: #BC605C;
}
</style>
border-color css
<style>
span { border-color: #BC605C; }
span { border-color: rgb(188,96,92); }
td.TdClassName
{
border-color: #BC605C;
}
.TagClassName
{
border-color: #BC605C;
}
</style>