Shades of Sunset #BC5247
Tints of Sunset #BC5247
RGB
CMYK
RGB Variations
Color information
#BC5247 (or 0xBC5247) is known color: Sunset. HEX triplet: BC, 52 and 47. RGB value is (188,82,71). Sum of RGB (Red+Green+Blue) = 188+82+71=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5247 is #43ADB8. Grayscale: #707070. Windows color (decimal): -4435385 or 4674236. OLE color: 4674236.
HSL color Cylindrical-coordinate representation of color #BC5247: hue angle of 5.64º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5247 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 71 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.26 |
| HSL | 5.64º | 0.47% | 0.51% | - |
| HSV(B) | 5.64º | 0.62% | 0.74% | - |
| XYZ | 24.89 | 17.18 | 7.97 | - |
| YUV | 112.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 71 | 0 | 0.56 | 0.62 | 0.26 | 5.64 | 0.47 | 0.51 |
| Hex | BC | 52 | 47 | 0 | 38 | 3E | 1A | 6 | 2F | 33 |
| Octal | 274 | 122 | 107 | 0 | 70 | 76 | 32 | 6 | 57 | 63 |
| Binary | 10111100 | 1010010 | 1000111 | 0 | 111000 | 111110 | 11010 | 110 | 101111 | 110011 |
Color Harmonies of #BC5247
Complementary color
Monochromatic Colors of #BC5247
Black with #BC5247
Text Example
Text Example
White with #BC5247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5247; }
p { color: rgb(188,82,71); }
H1.HeaderClassName
{
color: #BC5247;
}
.AnyTagClassName
{
color: #BC5247;
}
</style>
background-color css
<style>
a { background-color: #BC5247; }
a { background-color: rgb(188,82,71); }
div.DivClassName
{
background-color: #BC5247;
}
.BgClassName
{
background-color: #BC5247;
}
</style>
border-color css
<style>
span { border-color: #BC5247; }
span { border-color: rgb(188,82,71); }
td.TdClassName
{
border-color: #BC5247;
}
.TagClassName
{
border-color: #BC5247;
}
</style>