Shades of Sunglo #BC6A58
Tints of Sunglo #BC6A58
RGB
CMYK
RGB Variations
Color information
#BC6A58 (or 0xBC6A58) is known color: Sunglo. HEX triplet: BC, 6A and 58. RGB value is (188,106,88). Sum of RGB (Red+Green+Blue) = 188+106+88=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A58 is #4395A7. Grayscale: #808080. Windows color (decimal): -4429224 or 5794492. OLE color: 5794492.
HSL color Cylindrical-coordinate representation of color #BC6A58: hue angle of 10.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6A58 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 106 | 88 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.26 |
| HSL | 10.8º | 0.43% | 0.54% | - |
| HSV(B) | 10.8º | 0.53% | 0.74% | - |
| XYZ | 27.65 | 21.7 | 11.96 | - |
| YUV | 128.47 | 105.17 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 88 | 0 | 0.44 | 0.53 | 0.26 | 10.8 | 0.43 | 0.54 |
| Hex | BC | 6A | 58 | 0 | 2C | 35 | 1A | B | 2B | 36 |
| Octal | 274 | 152 | 130 | 0 | 54 | 65 | 32 | 13 | 53 | 66 |
| Binary | 10111100 | 1101010 | 1011000 | 0 | 101100 | 110101 | 11010 | 1011 | 101011 | 110110 |
Color Harmonies of #BC6A58
Complementary color
Monochromatic Colors of #BC6A58
Black with #BC6A58
Text Example
Text Example
White with #BC6A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6A58; }
p { color: rgb(188,106,88); }
H1.HeaderClassName
{
color: #BC6A58;
}
.AnyTagClassName
{
color: #BC6A58;
}
</style>
background-color css
<style>
a { background-color: #BC6A58; }
a { background-color: rgb(188,106,88); }
div.DivClassName
{
background-color: #BC6A58;
}
.BgClassName
{
background-color: #BC6A58;
}
</style>
border-color css
<style>
span { border-color: #BC6A58; }
span { border-color: rgb(188,106,88); }
td.TdClassName
{
border-color: #BC6A58;
}
.TagClassName
{
border-color: #BC6A58;
}
</style>