Shades of Sunset #BC544C
Tints of Sunset #BC544C
RGB
CMYK
RGB Variations
Color information
#BC544C (or 0xBC544C) is known color: Sunset. HEX triplet: BC, 54 and 4C. RGB value is (188,84,76). Sum of RGB (Red+Green+Blue) = 188+84+76=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC544C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC544C is #43ABB3. Grayscale: #727272. Windows color (decimal): -4434868 or 5002428. OLE color: 5002428.
HSL color Cylindrical-coordinate representation of color #BC544C: hue angle of 4.29º 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 #BC544C is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 84 | 76 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.26 |
| HSL | 4.29º | 0.46% | 0.52% | - |
| HSV(B) | 4.29º | 0.6% | 0.74% | - |
| XYZ | 25.21 | 17.55 | 8.9 | - |
| YUV | 114.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 76 | 0 | 0.55 | 0.60 | 0.26 | 4.29 | 0.46 | 0.52 |
| Hex | BC | 54 | 4C | 0 | 37 | 3C | 1A | 4 | 2E | 34 |
| Octal | 274 | 124 | 114 | 0 | 67 | 74 | 32 | 4 | 56 | 64 |
| Binary | 10111100 | 1010100 | 1001100 | 0 | 110111 | 111100 | 11010 | 100 | 101110 | 110100 |
Color Harmonies of #BC544C
Complementary color
Monochromatic Colors of #BC544C
Black with #BC544C
Text Example
Text Example
White with #BC544C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC544C; }
p { color: rgb(188,84,76); }
H1.HeaderClassName
{
color: #BC544C;
}
.AnyTagClassName
{
color: #BC544C;
}
</style>
background-color css
<style>
a { background-color: #BC544C; }
a { background-color: rgb(188,84,76); }
div.DivClassName
{
background-color: #BC544C;
}
.BgClassName
{
background-color: #BC544C;
}
</style>
border-color css
<style>
span { border-color: #BC544C; }
span { border-color: rgb(188,84,76); }
td.TdClassName
{
border-color: #BC544C;
}
.TagClassName
{
border-color: #BC544C;
}
</style>