Shades of Sunglo #BC6B5A
Tints of Sunglo #BC6B5A
RGB
CMYK
RGB Variations
Color information
#BC6B5A (or 0xBC6B5A) is known color: Sunglo. HEX triplet: BC, 6B and 5A. RGB value is (188,107,90). Sum of RGB (Red+Green+Blue) = 188+107+90=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B5A is #4394A5. Grayscale: #818181. Windows color (decimal): -4428966 or 5925820. OLE color: 5925820.
HSL color Cylindrical-coordinate representation of color #BC6B5A: hue angle of 10.41º 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 #BC6B5A is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 90 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.26 |
| HSL | 10.41º | 0.42% | 0.55% | - |
| HSV(B) | 10.41º | 0.52% | 0.74% | - |
| XYZ | 27.84 | 21.94 | 12.44 | - |
| YUV | 129.28 | 105.84 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 90 | 0 | 0.43 | 0.52 | 0.26 | 10.41 | 0.42 | 0.55 |
| Hex | BC | 6B | 5A | 0 | 2B | 34 | 1A | A | 2A | 37 |
| Octal | 274 | 153 | 132 | 0 | 53 | 64 | 32 | 12 | 52 | 67 |
| Binary | 10111100 | 1101011 | 1011010 | 0 | 101011 | 110100 | 11010 | 1010 | 101010 | 110111 |
Color Harmonies of #BC6B5A
Complementary color
Monochromatic Colors of #BC6B5A
Black with #BC6B5A
Text Example
Text Example
White with #BC6B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B5A; }
p { color: rgb(188,107,90); }
H1.HeaderClassName
{
color: #BC6B5A;
}
.AnyTagClassName
{
color: #BC6B5A;
}
</style>
background-color css
<style>
a { background-color: #BC6B5A; }
a { background-color: rgb(188,107,90); }
div.DivClassName
{
background-color: #BC6B5A;
}
.BgClassName
{
background-color: #BC6B5A;
}
</style>
border-color css
<style>
span { border-color: #BC6B5A; }
span { border-color: rgb(188,107,90); }
td.TdClassName
{
border-color: #BC6B5A;
}
.TagClassName
{
border-color: #BC6B5A;
}
</style>