Shades of Sunglo #BC6A55
Tints of Sunglo #BC6A55
RGB
CMYK
RGB Variations
Color information
#BC6A55 (or 0xBC6A55) is known color: Sunglo. HEX triplet: BC, 6A and 55. RGB value is (188,106,85). Sum of RGB (Red+Green+Blue) = 188+106+85=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A55 is #4395AA. Grayscale: #808080. Windows color (decimal): -4429227 or 5597884. OLE color: 5597884.
HSL color Cylindrical-coordinate representation of color #BC6A55: hue angle of 12.23º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6A55 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 106 | 85 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.26 |
| HSL | 12.23º | 0.43% | 0.54% | - |
| HSV(B) | 12.23º | 0.55% | 0.74% | - |
| XYZ | 27.53 | 21.66 | 11.32 | - |
| YUV | 128.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 85 | 0 | 0.44 | 0.55 | 0.26 | 12.23 | 0.43 | 0.54 |
| Hex | BC | 6A | 55 | 0 | 2C | 37 | 1A | C | 2B | 36 |
| Octal | 274 | 152 | 125 | 0 | 54 | 67 | 32 | 14 | 53 | 66 |
| Binary | 10111100 | 1101010 | 1010101 | 0 | 101100 | 110111 | 11010 | 1100 | 101011 | 110110 |
Color Harmonies of #BC6A55
Complementary color
Monochromatic Colors of #BC6A55
Black with #BC6A55
Text Example
Text Example
White with #BC6A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6A55; }
p { color: rgb(188,106,85); }
H1.HeaderClassName
{
color: #BC6A55;
}
.AnyTagClassName
{
color: #BC6A55;
}
</style>
background-color css
<style>
a { background-color: #BC6A55; }
a { background-color: rgb(188,106,85); }
div.DivClassName
{
background-color: #BC6A55;
}
.BgClassName
{
background-color: #BC6A55;
}
</style>
border-color css
<style>
span { border-color: #BC6A55; }
span { border-color: rgb(188,106,85); }
td.TdClassName
{
border-color: #BC6A55;
}
.TagClassName
{
border-color: #BC6A55;
}
</style>