Shades of Sunglo #BC675C
Tints of Sunglo #BC675C
RGB
CMYK
RGB Variations
Color information
#BC675C (or 0xBC675C) is known color: Sunglo. HEX triplet: BC, 67 and 5C. RGB value is (188,103,92). Sum of RGB (Red+Green+Blue) = 188+103+92=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC675C is #4398A3. Grayscale: #7F7F7F. Windows color (decimal): -4429988 or 6055868. OLE color: 6055868.
HSL color Cylindrical-coordinate representation of color #BC675C: hue angle of 6.88º 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 #BC675C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 92 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.26 |
| HSL | 6.88º | 0.42% | 0.55% | - |
| HSV(B) | 6.88º | 0.51% | 0.74% | - |
| XYZ | 27.52 | 21.16 | 12.76 | - |
| YUV | 127.16 | 108.16 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 92 | 0 | 0.45 | 0.51 | 0.26 | 6.88 | 0.42 | 0.55 |
| Hex | BC | 67 | 5C | 0 | 2D | 33 | 1A | 7 | 2A | 37 |
| Octal | 274 | 147 | 134 | 0 | 55 | 63 | 32 | 7 | 52 | 67 |
| Binary | 10111100 | 1100111 | 1011100 | 0 | 101101 | 110011 | 11010 | 111 | 101010 | 110111 |
Color Harmonies of #BC675C
Complementary color
Monochromatic Colors of #BC675C
Black with #BC675C
Text Example
Text Example
White with #BC675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC675C; }
p { color: rgb(188,103,92); }
H1.HeaderClassName
{
color: #BC675C;
}
.AnyTagClassName
{
color: #BC675C;
}
</style>
background-color css
<style>
a { background-color: #BC675C; }
a { background-color: rgb(188,103,92); }
div.DivClassName
{
background-color: #BC675C;
}
.BgClassName
{
background-color: #BC675C;
}
</style>
border-color css
<style>
span { border-color: #BC675C; }
span { border-color: rgb(188,103,92); }
td.TdClassName
{
border-color: #BC675C;
}
.TagClassName
{
border-color: #BC675C;
}
</style>