Shades of Sunset #BC554C
Tints of Sunset #BC554C
RGB
CMYK
RGB Variations
Color information
#BC554C (or 0xBC554C) is known color: Sunset. HEX triplet: BC, 55 and 4C. RGB value is (188,85,76). Sum of RGB (Red+Green+Blue) = 188+85+76=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC554C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC554C is #43AAB3. Grayscale: #727272. Windows color (decimal): -4434612 or 5002684. OLE color: 5002684.
HSL color Cylindrical-coordinate representation of color #BC554C: hue angle of 4.82º 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 #BC554C is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 76 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.26 |
| HSL | 4.82º | 0.46% | 0.52% | - |
| HSV(B) | 4.82º | 0.6% | 0.74% | - |
| XYZ | 25.29 | 17.71 | 8.92 | - |
| YUV | 114.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 76 | 0 | 0.55 | 0.60 | 0.26 | 4.82 | 0.46 | 0.52 |
| Hex | BC | 55 | 4C | 0 | 37 | 3C | 1A | 5 | 2E | 34 |
| Octal | 274 | 125 | 114 | 0 | 67 | 74 | 32 | 5 | 56 | 64 |
| Binary | 10111100 | 1010101 | 1001100 | 0 | 110111 | 111100 | 11010 | 101 | 101110 | 110100 |
Color Harmonies of #BC554C
Complementary color
Monochromatic Colors of #BC554C
Black with #BC554C
Text Example
Text Example
White with #BC554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC554C; }
p { color: rgb(188,85,76); }
H1.HeaderClassName
{
color: #BC554C;
}
.AnyTagClassName
{
color: #BC554C;
}
</style>
background-color css
<style>
a { background-color: #BC554C; }
a { background-color: rgb(188,85,76); }
div.DivClassName
{
background-color: #BC554C;
}
.BgClassName
{
background-color: #BC554C;
}
</style>
border-color css
<style>
span { border-color: #BC554C; }
span { border-color: rgb(188,85,76); }
td.TdClassName
{
border-color: #BC554C;
}
.TagClassName
{
border-color: #BC554C;
}
</style>