Shades of Sunglo #BC6153
Tints of Sunglo #BC6153
RGB
CMYK
RGB Variations
Color information
#BC6153 (or 0xBC6153) is known color: Sunglo. HEX triplet: BC, 61 and 53. RGB value is (188,97,83). Sum of RGB (Red+Green+Blue) = 188+97+83=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6153 is #439EAC. Grayscale: #7A7A7A. Windows color (decimal): -4431533 or 5464508. OLE color: 5464508.
HSL color Cylindrical-coordinate representation of color #BC6153: hue angle of 8º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC6153 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 83 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.26 |
| HSL | 8º | 0.44% | 0.53% | - |
| HSV(B) | 8º | 0.56% | 0.74% | - |
| XYZ | 26.58 | 19.87 | 10.62 | - |
| YUV | 122.61 | 105.65 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 83 | 0 | 0.48 | 0.56 | 0.26 | 8 | 0.44 | 0.53 |
| Hex | BC | 61 | 53 | 0 | 30 | 38 | 1A | 8 | 2C | 35 |
| Octal | 274 | 141 | 123 | 0 | 60 | 70 | 32 | 10 | 54 | 65 |
| Binary | 10111100 | 1100001 | 1010011 | 0 | 110000 | 111000 | 11010 | 1000 | 101100 | 110101 |
Color Harmonies of #BC6153
Complementary color
Monochromatic Colors of #BC6153
Black with #BC6153
Text Example
Text Example
White with #BC6153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6153; }
p { color: rgb(188,97,83); }
H1.HeaderClassName
{
color: #BC6153;
}
.AnyTagClassName
{
color: #BC6153;
}
</style>
background-color css
<style>
a { background-color: #BC6153; }
a { background-color: rgb(188,97,83); }
div.DivClassName
{
background-color: #BC6153;
}
.BgClassName
{
background-color: #BC6153;
}
</style>
border-color css
<style>
span { border-color: #BC6153; }
span { border-color: rgb(188,97,83); }
td.TdClassName
{
border-color: #BC6153;
}
.TagClassName
{
border-color: #BC6153;
}
</style>