Shades of Sunset #BC554E
Tints of Sunset #BC554E
RGB
CMYK
RGB Variations
Color information
#BC554E (or 0xBC554E) is known color: Sunset. HEX triplet: BC, 55 and 4E. RGB value is (188,85,78). Sum of RGB (Red+Green+Blue) = 188+85+78=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC554E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC554E is #43AAB1. Grayscale: #737373. Windows color (decimal): -4434610 or 5133756. OLE color: 5133756.
HSL color Cylindrical-coordinate representation of color #BC554E: hue angle of 3.82º 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 #BC554E is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 85 | 78 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.26 |
| HSL | 3.82º | 0.45% | 0.52% | - |
| HSV(B) | 3.82º | 0.59% | 0.74% | - |
| XYZ | 25.36 | 17.74 | 9.29 | - |
| YUV | 115 | 107.12 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 78 | 0 | 0.55 | 0.59 | 0.26 | 3.82 | 0.45 | 0.52 |
| Hex | BC | 55 | 4E | 0 | 37 | 3B | 1A | 4 | 2D | 34 |
| Octal | 274 | 125 | 116 | 0 | 67 | 73 | 32 | 4 | 55 | 64 |
| Binary | 10111100 | 1010101 | 1001110 | 0 | 110111 | 111011 | 11010 | 100 | 101101 | 110100 |
Color Harmonies of #BC554E
Complementary color
Monochromatic Colors of #BC554E
Black with #BC554E
Text Example
Text Example
White with #BC554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC554E; }
p { color: rgb(188,85,78); }
H1.HeaderClassName
{
color: #BC554E;
}
.AnyTagClassName
{
color: #BC554E;
}
</style>
background-color css
<style>
a { background-color: #BC554E; }
a { background-color: rgb(188,85,78); }
div.DivClassName
{
background-color: #BC554E;
}
.BgClassName
{
background-color: #BC554E;
}
</style>
border-color css
<style>
span { border-color: #BC554E; }
span { border-color: rgb(188,85,78); }
td.TdClassName
{
border-color: #BC554E;
}
.TagClassName
{
border-color: #BC554E;
}
</style>