Shades of Sunset #BC544D
Tints of Sunset #BC544D
RGB
CMYK
RGB Variations
Color information
#BC544D (or 0xBC544D) is known color: Sunset. HEX triplet: BC, 54 and 4D. RGB value is (188,84,77). Sum of RGB (Red+Green+Blue) = 188+84+77=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC544D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC544D is #43ABB2. Grayscale: #727272. Windows color (decimal): -4434867 or 5067964. OLE color: 5067964.
HSL color Cylindrical-coordinate representation of color #BC544D: hue angle of 3.78º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC544D is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 77 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.26 |
| HSL | 3.78º | 0.45% | 0.52% | - |
| HSV(B) | 3.78º | 0.59% | 0.74% | - |
| XYZ | 25.25 | 17.57 | 9.08 | - |
| YUV | 114.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 77 | 0 | 0.55 | 0.59 | 0.26 | 3.78 | 0.45 | 0.52 |
| Hex | BC | 54 | 4D | 0 | 37 | 3B | 1A | 4 | 2D | 34 |
| Octal | 274 | 124 | 115 | 0 | 67 | 73 | 32 | 4 | 55 | 64 |
| Binary | 10111100 | 1010100 | 1001101 | 0 | 110111 | 111011 | 11010 | 100 | 101101 | 110100 |
Color Harmonies of #BC544D
Complementary color
Monochromatic Colors of #BC544D
Black with #BC544D
Text Example
Text Example
White with #BC544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC544D; }
p { color: rgb(188,84,77); }
H1.HeaderClassName
{
color: #BC544D;
}
.AnyTagClassName
{
color: #BC544D;
}
</style>
background-color css
<style>
a { background-color: #BC544D; }
a { background-color: rgb(188,84,77); }
div.DivClassName
{
background-color: #BC544D;
}
.BgClassName
{
background-color: #BC544D;
}
</style>
border-color css
<style>
span { border-color: #BC544D; }
span { border-color: rgb(188,84,77); }
td.TdClassName
{
border-color: #BC544D;
}
.TagClassName
{
border-color: #BC544D;
}
</style>