Shades of Sunset #BC564C
Tints of Sunset #BC564C
RGB
CMYK
RGB Variations
Color information
#BC564C (or 0xBC564C) is known color: Sunset. HEX triplet: BC, 56 and 4C. RGB value is (188,86,76). Sum of RGB (Red+Green+Blue) = 188+86+76=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC564C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC564C is #43A9B3. Grayscale: #737373. Windows color (decimal): -4434356 or 5002940. OLE color: 5002940.
HSL color Cylindrical-coordinate representation of color #BC564C: hue angle of 5.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC564C is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 76 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.26 |
| HSL | 5.36º | 0.46% | 0.52% | - |
| HSV(B) | 5.36º | 0.6% | 0.74% | - |
| XYZ | 25.37 | 17.87 | 8.95 | - |
| YUV | 115.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 76 | 0 | 0.54 | 0.60 | 0.26 | 5.36 | 0.46 | 0.52 |
| Hex | BC | 56 | 4C | 0 | 36 | 3C | 1A | 5 | 2E | 34 |
| Octal | 274 | 126 | 114 | 0 | 66 | 74 | 32 | 5 | 56 | 64 |
| Binary | 10111100 | 1010110 | 1001100 | 0 | 110110 | 111100 | 11010 | 101 | 101110 | 110100 |
Color Harmonies of #BC564C
Complementary color
Monochromatic Colors of #BC564C
Black with #BC564C
Text Example
Text Example
White with #BC564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC564C; }
p { color: rgb(188,86,76); }
H1.HeaderClassName
{
color: #BC564C;
}
.AnyTagClassName
{
color: #BC564C;
}
</style>
background-color css
<style>
a { background-color: #BC564C; }
a { background-color: rgb(188,86,76); }
div.DivClassName
{
background-color: #BC564C;
}
.BgClassName
{
background-color: #BC564C;
}
</style>
border-color css
<style>
span { border-color: #BC564C; }
span { border-color: rgb(188,86,76); }
td.TdClassName
{
border-color: #BC564C;
}
.TagClassName
{
border-color: #BC564C;
}
</style>