Shades of Sunglo #BC675A
Tints of Sunglo #BC675A
RGB
CMYK
RGB Variations
Color information
#BC675A (or 0xBC675A) is known color: Sunglo. HEX triplet: BC, 67 and 5A. RGB value is (188,103,90). Sum of RGB (Red+Green+Blue) = 188+103+90=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC675A is #4398A5. Grayscale: #7F7F7F. Windows color (decimal): -4429990 or 5924796. OLE color: 5924796.
HSL color Cylindrical-coordinate representation of color #BC675A: hue angle of 7.96º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC675A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 90 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.26 |
| HSL | 7.96º | 0.42% | 0.55% | - |
| HSV(B) | 7.96º | 0.52% | 0.74% | - |
| XYZ | 27.43 | 21.13 | 12.31 | - |
| YUV | 126.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 90 | 0 | 0.45 | 0.52 | 0.26 | 7.96 | 0.42 | 0.55 |
| Hex | BC | 67 | 5A | 0 | 2D | 34 | 1A | 8 | 2A | 37 |
| Octal | 274 | 147 | 132 | 0 | 55 | 64 | 32 | 10 | 52 | 67 |
| Binary | 10111100 | 1100111 | 1011010 | 0 | 101101 | 110100 | 11010 | 1000 | 101010 | 110111 |
Color Harmonies of #BC675A
Complementary color
Monochromatic Colors of #BC675A
Black with #BC675A
Text Example
Text Example
White with #BC675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC675A; }
p { color: rgb(188,103,90); }
H1.HeaderClassName
{
color: #BC675A;
}
.AnyTagClassName
{
color: #BC675A;
}
</style>
background-color css
<style>
a { background-color: #BC675A; }
a { background-color: rgb(188,103,90); }
div.DivClassName
{
background-color: #BC675A;
}
.BgClassName
{
background-color: #BC675A;
}
</style>
border-color css
<style>
span { border-color: #BC675A; }
span { border-color: rgb(188,103,90); }
td.TdClassName
{
border-color: #BC675A;
}
.TagClassName
{
border-color: #BC675A;
}
</style>