Shades of Sunset #BC5246
Tints of Sunset #BC5246
RGB
CMYK
RGB Variations
Color information
#BC5246 (or 0xBC5246) is known color: Sunset. HEX triplet: BC, 52 and 46. RGB value is (188,82,70). Sum of RGB (Red+Green+Blue) = 188+82+70=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5246 is #43ADB9. Grayscale: #707070. Windows color (decimal): -4435386 or 4608700. OLE color: 4608700.
HSL color Cylindrical-coordinate representation of color #BC5246: hue angle of 6.1º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5246 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 70 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.26 |
| HSL | 6.1º | 0.47% | 0.51% | - |
| HSV(B) | 6.1º | 0.63% | 0.74% | - |
| XYZ | 24.86 | 17.17 | 7.8 | - |
| YUV | 112.33 | 104.12 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 70 | 0 | 0.56 | 0.63 | 0.26 | 6.1 | 0.47 | 0.51 |
| Hex | BC | 52 | 46 | 0 | 38 | 3F | 1A | 6 | 2F | 33 |
| Octal | 274 | 122 | 106 | 0 | 70 | 77 | 32 | 6 | 57 | 63 |
| Binary | 10111100 | 1010010 | 1000110 | 0 | 111000 | 111111 | 11010 | 110 | 101111 | 110011 |
Color Harmonies of #BC5246
Complementary color
Monochromatic Colors of #BC5246
Black with #BC5246
Text Example
Text Example
White with #BC5246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5246; }
p { color: rgb(188,82,70); }
H1.HeaderClassName
{
color: #BC5246;
}
.AnyTagClassName
{
color: #BC5246;
}
</style>
background-color css
<style>
a { background-color: #BC5246; }
a { background-color: rgb(188,82,70); }
div.DivClassName
{
background-color: #BC5246;
}
.BgClassName
{
background-color: #BC5246;
}
</style>
border-color css
<style>
span { border-color: #BC5246; }
span { border-color: rgb(188,82,70); }
td.TdClassName
{
border-color: #BC5246;
}
.TagClassName
{
border-color: #BC5246;
}
</style>