Shades of Sunset #BC5346
Tints of Sunset #BC5346
RGB
CMYK
RGB Variations
Color information
#BC5346 (or 0xBC5346) is known color: Sunset. HEX triplet: BC, 53 and 46. RGB value is (188,83,70). Sum of RGB (Red+Green+Blue) = 188+83+70=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5346 is #43ACB9. Grayscale: #717171. Windows color (decimal): -4435130 or 4608956. OLE color: 4608956.
HSL color Cylindrical-coordinate representation of color #BC5346: hue angle of 6.61º 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 #BC5346 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 70 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.26 |
| HSL | 6.61º | 0.47% | 0.51% | - |
| HSV(B) | 6.61º | 0.63% | 0.74% | - |
| XYZ | 24.94 | 17.32 | 7.82 | - |
| YUV | 112.91 | 103.79 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 70 | 0 | 0.56 | 0.63 | 0.26 | 6.61 | 0.47 | 0.51 |
| Hex | BC | 53 | 46 | 0 | 38 | 3F | 1A | 7 | 2F | 33 |
| Octal | 274 | 123 | 106 | 0 | 70 | 77 | 32 | 7 | 57 | 63 |
| Binary | 10111100 | 1010011 | 1000110 | 0 | 111000 | 111111 | 11010 | 111 | 101111 | 110011 |
Color Harmonies of #BC5346
Complementary color
Monochromatic Colors of #BC5346
Black with #BC5346
Text Example
Text Example
White with #BC5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5346; }
p { color: rgb(188,83,70); }
H1.HeaderClassName
{
color: #BC5346;
}
.AnyTagClassName
{
color: #BC5346;
}
</style>
background-color css
<style>
a { background-color: #BC5346; }
a { background-color: rgb(188,83,70); }
div.DivClassName
{
background-color: #BC5346;
}
.BgClassName
{
background-color: #BC5346;
}
</style>
border-color css
<style>
span { border-color: #BC5346; }
span { border-color: rgb(188,83,70); }
td.TdClassName
{
border-color: #BC5346;
}
.TagClassName
{
border-color: #BC5346;
}
</style>