Shades of Sunset #BC5445
Tints of Sunset #BC5445
RGB
CMYK
RGB Variations
Color information
#BC5445 (or 0xBC5445) is known color: Sunset. HEX triplet: BC, 54 and 45. RGB value is (188,84,69). Sum of RGB (Red+Green+Blue) = 188+84+69=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5445 is #43ABBA. Grayscale: #717171. Windows color (decimal): -4434875 or 4543676. OLE color: 4543676.
HSL color Cylindrical-coordinate representation of color #BC5445: hue angle of 7.56º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5445 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 69 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.26 |
| HSL | 7.56º | 0.47% | 0.5% | - |
| HSV(B) | 7.56º | 0.63% | 0.74% | - |
| XYZ | 24.98 | 17.46 | 7.68 | - |
| YUV | 113.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 69 | 0 | 0.55 | 0.63 | 0.26 | 7.56 | 0.47 | 0.5 |
| Hex | BC | 54 | 45 | 0 | 37 | 3F | 1A | 8 | 2F | 32 |
| Octal | 274 | 124 | 105 | 0 | 67 | 77 | 32 | 10 | 57 | 62 |
| Binary | 10111100 | 1010100 | 1000101 | 0 | 110111 | 111111 | 11010 | 1000 | 101111 | 110010 |
Color Harmonies of #BC5445
Complementary color
Monochromatic Colors of #BC5445
Black with #BC5445
Text Example
Text Example
White with #BC5445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5445; }
p { color: rgb(188,84,69); }
H1.HeaderClassName
{
color: #BC5445;
}
.AnyTagClassName
{
color: #BC5445;
}
</style>
background-color css
<style>
a { background-color: #BC5445; }
a { background-color: rgb(188,84,69); }
div.DivClassName
{
background-color: #BC5445;
}
.BgClassName
{
background-color: #BC5445;
}
</style>
border-color css
<style>
span { border-color: #BC5445; }
span { border-color: rgb(188,84,69); }
td.TdClassName
{
border-color: #BC5445;
}
.TagClassName
{
border-color: #BC5445;
}
</style>