Shades of Sunset #BC5650
Tints of Sunset #BC5650
RGB
CMYK
RGB Variations
Color information
#BC5650 (or 0xBC5650) is known color: Sunset. HEX triplet: BC, 56 and 50. RGB value is (188,86,80). Sum of RGB (Red+Green+Blue) = 188+86+80=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5650 is #43A9AF. Grayscale: #737373. Windows color (decimal): -4434352 or 5265084. OLE color: 5265084.
HSL color Cylindrical-coordinate representation of color #BC5650: hue angle of 3.33º degrees, saturation: 0.45, 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 #BC5650 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 80 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.26 |
| HSL | 3.33º | 0.45% | 0.53% | - |
| HSV(B) | 3.33º | 0.57% | 0.74% | - |
| XYZ | 25.51 | 17.93 | 9.7 | - |
| YUV | 115.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 80 | 0 | 0.54 | 0.57 | 0.26 | 3.33 | 0.45 | 0.53 |
| Hex | BC | 56 | 50 | 0 | 36 | 39 | 1A | 3 | 2D | 35 |
| Octal | 274 | 126 | 120 | 0 | 66 | 71 | 32 | 3 | 55 | 65 |
| Binary | 10111100 | 1010110 | 1010000 | 0 | 110110 | 111001 | 11010 | 11 | 101101 | 110101 |
Color Harmonies of #BC5650
Complementary color
Monochromatic Colors of #BC5650
Black with #BC5650
Text Example
Text Example
White with #BC5650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5650; }
p { color: rgb(188,86,80); }
H1.HeaderClassName
{
color: #BC5650;
}
.AnyTagClassName
{
color: #BC5650;
}
</style>
background-color css
<style>
a { background-color: #BC5650; }
a { background-color: rgb(188,86,80); }
div.DivClassName
{
background-color: #BC5650;
}
.BgClassName
{
background-color: #BC5650;
}
</style>
border-color css
<style>
span { border-color: #BC5650; }
span { border-color: rgb(188,86,80); }
td.TdClassName
{
border-color: #BC5650;
}
.TagClassName
{
border-color: #BC5650;
}
</style>