Shades of Sunglo #BC6154
Tints of Sunglo #BC6154
RGB
CMYK
RGB Variations
Color information
#BC6154 (or 0xBC6154) is known color: Sunglo. HEX triplet: BC, 61 and 54. RGB value is (188,97,84). Sum of RGB (Red+Green+Blue) = 188+97+84=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6154 is #439EAB. Grayscale: #7A7A7A. Windows color (decimal): -4431532 or 5530044. OLE color: 5530044.
HSL color Cylindrical-coordinate representation of color #BC6154: hue angle of 7.5º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC6154 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 84 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.26 |
| HSL | 7.5º | 0.44% | 0.53% | - |
| HSV(B) | 7.5º | 0.55% | 0.74% | - |
| XYZ | 26.61 | 19.88 | 10.82 | - |
| YUV | 122.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 84 | 0 | 0.48 | 0.55 | 0.26 | 7.5 | 0.44 | 0.53 |
| Hex | BC | 61 | 54 | 0 | 30 | 37 | 1A | 8 | 2C | 35 |
| Octal | 274 | 141 | 124 | 0 | 60 | 67 | 32 | 10 | 54 | 65 |
| Binary | 10111100 | 1100001 | 1010100 | 0 | 110000 | 110111 | 11010 | 1000 | 101100 | 110101 |
Color Harmonies of #BC6154
Complementary color
Monochromatic Colors of #BC6154
Black with #BC6154
Text Example
Text Example
White with #BC6154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6154; }
p { color: rgb(188,97,84); }
H1.HeaderClassName
{
color: #BC6154;
}
.AnyTagClassName
{
color: #BC6154;
}
</style>
background-color css
<style>
a { background-color: #BC6154; }
a { background-color: rgb(188,97,84); }
div.DivClassName
{
background-color: #BC6154;
}
.BgClassName
{
background-color: #BC6154;
}
</style>
border-color css
<style>
span { border-color: #BC6154; }
span { border-color: rgb(188,97,84); }
td.TdClassName
{
border-color: #BC6154;
}
.TagClassName
{
border-color: #BC6154;
}
</style>