Shades of Sunset #BC5446
Tints of Sunset #BC5446
RGB
CMYK
RGB Variations
Color information
#BC5446 (or 0xBC5446) is known color: Sunset. HEX triplet: BC, 54 and 46. RGB value is (188,84,70). Sum of RGB (Red+Green+Blue) = 188+84+70=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5446 is #43ABB9. Grayscale: #717171. Windows color (decimal): -4434874 or 4609212. OLE color: 4609212.
HSL color Cylindrical-coordinate representation of color #BC5446: hue angle of 7.12º 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 #BC5446 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 70 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.26 |
| HSL | 7.12º | 0.47% | 0.51% | - |
| HSV(B) | 7.12º | 0.63% | 0.74% | - |
| XYZ | 25.01 | 17.47 | 7.85 | - |
| YUV | 113.5 | 103.46 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 70 | 0 | 0.55 | 0.63 | 0.26 | 7.12 | 0.47 | 0.51 |
| Hex | BC | 54 | 46 | 0 | 37 | 3F | 1A | 7 | 2F | 33 |
| Octal | 274 | 124 | 106 | 0 | 67 | 77 | 32 | 7 | 57 | 63 |
| Binary | 10111100 | 1010100 | 1000110 | 0 | 110111 | 111111 | 11010 | 111 | 101111 | 110011 |
Color Harmonies of #BC5446
Complementary color
Monochromatic Colors of #BC5446
Black with #BC5446
Text Example
Text Example
White with #BC5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5446; }
p { color: rgb(188,84,70); }
H1.HeaderClassName
{
color: #BC5446;
}
.AnyTagClassName
{
color: #BC5446;
}
</style>
background-color css
<style>
a { background-color: #BC5446; }
a { background-color: rgb(188,84,70); }
div.DivClassName
{
background-color: #BC5446;
}
.BgClassName
{
background-color: #BC5446;
}
</style>
border-color css
<style>
span { border-color: #BC5446; }
span { border-color: rgb(188,84,70); }
td.TdClassName
{
border-color: #BC5446;
}
.TagClassName
{
border-color: #BC5446;
}
</style>