Shades of Sunset #BC564F
Tints of Sunset #BC564F
RGB
CMYK
RGB Variations
Color information
#BC564F (or 0xBC564F) is known color: Sunset. HEX triplet: BC, 56 and 4F. RGB value is (188,86,79). Sum of RGB (Red+Green+Blue) = 188+86+79=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 79 (31.25% from 255 or 22.38% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC564F is #43A9B0. Grayscale: #737373. Windows color (decimal): -4434353 or 5199548. OLE color: 5199548.
HSL color Cylindrical-coordinate representation of color #BC564F: hue angle of 3.85º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC564F is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 86 | 79 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.26 |
| HSL | 3.85º | 0.45% | 0.52% | - |
| HSV(B) | 3.85º | 0.58% | 0.74% | - |
| XYZ | 25.48 | 17.91 | 9.51 | - |
| YUV | 115.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 86 | 79 | 0 | 0.54 | 0.58 | 0.26 | 3.85 | 0.45 | 0.52 |
| Hex | BC | 56 | 4F | 0 | 36 | 3A | 1A | 4 | 2D | 34 |
| Octal | 274 | 126 | 117 | 0 | 66 | 72 | 32 | 4 | 55 | 64 |
| Binary | 10111100 | 1010110 | 1001111 | 0 | 110110 | 111010 | 11010 | 100 | 101101 | 110100 |
Color Harmonies of #BC564F
Complementary color
Monochromatic Colors of #BC564F
Black with #BC564F
Text Example
Text Example
White with #BC564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC564F; }
p { color: rgb(188,86,79); }
H1.HeaderClassName
{
color: #BC564F;
}
.AnyTagClassName
{
color: #BC564F;
}
</style>
background-color css
<style>
a { background-color: #BC564F; }
a { background-color: rgb(188,86,79); }
div.DivClassName
{
background-color: #BC564F;
}
.BgClassName
{
background-color: #BC564F;
}
</style>
border-color css
<style>
span { border-color: #BC564F; }
span { border-color: rgb(188,86,79); }
td.TdClassName
{
border-color: #BC564F;
}
.TagClassName
{
border-color: #BC564F;
}
</style>