Shades of Sunset #BC5551
Tints of Sunset #BC5551
RGB
CMYK
RGB Variations
Color information
#BC5551 (or 0xBC5551) is known color: Sunset. HEX triplet: BC, 55 and 51. RGB value is (188,85,81). Sum of RGB (Red+Green+Blue) = 188+85+81=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5551 is #43AAAE. Grayscale: #737373. Windows color (decimal): -4434607 or 5330364. OLE color: 5330364.
HSL color Cylindrical-coordinate representation of color #BC5551: hue angle of 2.24º 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 #BC5551 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 81 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.26 |
| HSL | 2.24º | 0.44% | 0.53% | - |
| HSV(B) | 2.24º | 0.57% | 0.74% | - |
| XYZ | 25.47 | 17.78 | 9.87 | - |
| YUV | 115.34 | 108.62 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 81 | 0 | 0.55 | 0.57 | 0.26 | 2.24 | 0.44 | 0.53 |
| Hex | BC | 55 | 51 | 0 | 37 | 39 | 1A | 2 | 2C | 35 |
| Octal | 274 | 125 | 121 | 0 | 67 | 71 | 32 | 2 | 54 | 65 |
| Binary | 10111100 | 1010101 | 1010001 | 0 | 110111 | 111001 | 11010 | 10 | 101100 | 110101 |
Color Harmonies of #BC5551
Complementary color
Monochromatic Colors of #BC5551
Black with #BC5551
Text Example
Text Example
White with #BC5551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5551; }
p { color: rgb(188,85,81); }
H1.HeaderClassName
{
color: #BC5551;
}
.AnyTagClassName
{
color: #BC5551;
}
</style>
background-color css
<style>
a { background-color: #BC5551; }
a { background-color: rgb(188,85,81); }
div.DivClassName
{
background-color: #BC5551;
}
.BgClassName
{
background-color: #BC5551;
}
</style>
border-color css
<style>
span { border-color: #BC5551; }
span { border-color: rgb(188,85,81); }
td.TdClassName
{
border-color: #BC5551;
}
.TagClassName
{
border-color: #BC5551;
}
</style>