Shades of Sunset #BC5451
Tints of Sunset #BC5451
RGB
CMYK
RGB Variations
Color information
#BC5451 (or 0xBC5451) is known color: Sunset. HEX triplet: BC, 54 and 51. RGB value is (188,84,81). Sum of RGB (Red+Green+Blue) = 188+84+81=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5451 is #43ABAE. Grayscale: #727272. Windows color (decimal): -4434863 or 5330108. OLE color: 5330108.
HSL color Cylindrical-coordinate representation of color #BC5451: hue angle of 1.68º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5451 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 81 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.26 |
| HSL | 1.68º | 0.44% | 0.53% | - |
| HSV(B) | 1.68º | 0.57% | 0.74% | - |
| XYZ | 25.39 | 17.63 | 9.85 | - |
| YUV | 114.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 81 | 0 | 0.55 | 0.57 | 0.26 | 1.68 | 0.44 | 0.53 |
| Hex | BC | 54 | 51 | 0 | 37 | 39 | 1A | 2 | 2C | 35 |
| Octal | 274 | 124 | 121 | 0 | 67 | 71 | 32 | 2 | 54 | 65 |
| Binary | 10111100 | 1010100 | 1010001 | 0 | 110111 | 111001 | 11010 | 10 | 101100 | 110101 |
Color Harmonies of #BC5451
Complementary color
Monochromatic Colors of #BC5451
Black with #BC5451
Text Example
Text Example
White with #BC5451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5451; }
p { color: rgb(188,84,81); }
H1.HeaderClassName
{
color: #BC5451;
}
.AnyTagClassName
{
color: #BC5451;
}
</style>
background-color css
<style>
a { background-color: #BC5451; }
a { background-color: rgb(188,84,81); }
div.DivClassName
{
background-color: #BC5451;
}
.BgClassName
{
background-color: #BC5451;
}
</style>
border-color css
<style>
span { border-color: #BC5451; }
span { border-color: rgb(188,84,81); }
td.TdClassName
{
border-color: #BC5451;
}
.TagClassName
{
border-color: #BC5451;
}
</style>