Shades of Sunglo #BC5D53
Tints of Sunglo #BC5D53
RGB
CMYK
RGB Variations
Color information
#BC5D53 (or 0xBC5D53) is known color: Sunglo. HEX triplet: BC, 5D and 53. RGB value is (188,93,83). Sum of RGB (Red+Green+Blue) = 188+93+83=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D53 is #43A2AC. Grayscale: #787878. Windows color (decimal): -4432557 or 5463484. OLE color: 5463484.
HSL color Cylindrical-coordinate representation of color #BC5D53: hue angle of 5.71º 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 #BC5D53 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 83 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.26 |
| HSL | 5.71º | 0.44% | 0.53% | - |
| HSV(B) | 5.71º | 0.56% | 0.74% | - |
| XYZ | 26.21 | 19.14 | 10.5 | - |
| YUV | 120.27 | 106.97 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 83 | 0 | 0.51 | 0.56 | 0.26 | 5.71 | 0.44 | 0.53 |
| Hex | BC | 5D | 53 | 0 | 33 | 38 | 1A | 6 | 2C | 35 |
| Octal | 274 | 135 | 123 | 0 | 63 | 70 | 32 | 6 | 54 | 65 |
| Binary | 10111100 | 1011101 | 1010011 | 0 | 110011 | 111000 | 11010 | 110 | 101100 | 110101 |
Color Harmonies of #BC5D53
Complementary color
Monochromatic Colors of #BC5D53
Black with #BC5D53
Text Example
Text Example
White with #BC5D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D53; }
p { color: rgb(188,93,83); }
H1.HeaderClassName
{
color: #BC5D53;
}
.AnyTagClassName
{
color: #BC5D53;
}
</style>
background-color css
<style>
a { background-color: #BC5D53; }
a { background-color: rgb(188,93,83); }
div.DivClassName
{
background-color: #BC5D53;
}
.BgClassName
{
background-color: #BC5D53;
}
</style>
border-color css
<style>
span { border-color: #BC5D53; }
span { border-color: rgb(188,93,83); }
td.TdClassName
{
border-color: #BC5D53;
}
.TagClassName
{
border-color: #BC5D53;
}
</style>