Shades of Sunset #BC574D
Tints of Sunset #BC574D
RGB
CMYK
RGB Variations
Color information
#BC574D (or 0xBC574D) is known color: Sunset. HEX triplet: BC, 57 and 4D. RGB value is (188,87,77). Sum of RGB (Red+Green+Blue) = 188+87+77=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC574D is #43A8B2. Grayscale: #747474. Windows color (decimal): -4434099 or 5068732. OLE color: 5068732.
HSL color Cylindrical-coordinate representation of color #BC574D: hue angle of 5.41º 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 #BC574D is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 77 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.26 |
| HSL | 5.41º | 0.45% | 0.52% | - |
| HSV(B) | 5.41º | 0.59% | 0.74% | - |
| XYZ | 25.49 | 18.04 | 9.16 | - |
| YUV | 116.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 77 | 0 | 0.54 | 0.59 | 0.26 | 5.41 | 0.45 | 0.52 |
| Hex | BC | 57 | 4D | 0 | 36 | 3B | 1A | 5 | 2D | 34 |
| Octal | 274 | 127 | 115 | 0 | 66 | 73 | 32 | 5 | 55 | 64 |
| Binary | 10111100 | 1010111 | 1001101 | 0 | 110110 | 111011 | 11010 | 101 | 101101 | 110100 |
Color Harmonies of #BC574D
Complementary color
Monochromatic Colors of #BC574D
Black with #BC574D
Text Example
Text Example
White with #BC574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC574D; }
p { color: rgb(188,87,77); }
H1.HeaderClassName
{
color: #BC574D;
}
.AnyTagClassName
{
color: #BC574D;
}
</style>
background-color css
<style>
a { background-color: #BC574D; }
a { background-color: rgb(188,87,77); }
div.DivClassName
{
background-color: #BC574D;
}
.BgClassName
{
background-color: #BC574D;
}
</style>
border-color css
<style>
span { border-color: #BC574D; }
span { border-color: rgb(188,87,77); }
td.TdClassName
{
border-color: #BC574D;
}
.TagClassName
{
border-color: #BC574D;
}
</style>