Shades of Sunset #BC574C
Tints of Sunset #BC574C
RGB
CMYK
RGB Variations
Color information
#BC574C (or 0xBC574C) is known color: Sunset. HEX triplet: BC, 57 and 4C. RGB value is (188,87,76). Sum of RGB (Red+Green+Blue) = 188+87+76=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC574C is #43A8B3. Grayscale: #747474. Windows color (decimal): -4434100 or 5003196. OLE color: 5003196.
HSL color Cylindrical-coordinate representation of color #BC574C: hue angle of 5.89º 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 #BC574C is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 87 | 76 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.26 |
| HSL | 5.89º | 0.46% | 0.52% | - |
| HSV(B) | 5.89º | 0.6% | 0.74% | - |
| XYZ | 25.45 | 18.03 | 8.98 | - |
| YUV | 115.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 87 | 76 | 0 | 0.54 | 0.60 | 0.26 | 5.89 | 0.46 | 0.52 |
| Hex | BC | 57 | 4C | 0 | 36 | 3C | 1A | 6 | 2E | 34 |
| Octal | 274 | 127 | 114 | 0 | 66 | 74 | 32 | 6 | 56 | 64 |
| Binary | 10111100 | 1010111 | 1001100 | 0 | 110110 | 111100 | 11010 | 110 | 101110 | 110100 |
Color Harmonies of #BC574C
Complementary color
Monochromatic Colors of #BC574C
Black with #BC574C
Text Example
Text Example
White with #BC574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC574C; }
p { color: rgb(188,87,76); }
H1.HeaderClassName
{
color: #BC574C;
}
.AnyTagClassName
{
color: #BC574C;
}
</style>
background-color css
<style>
a { background-color: #BC574C; }
a { background-color: rgb(188,87,76); }
div.DivClassName
{
background-color: #BC574C;
}
.BgClassName
{
background-color: #BC574C;
}
</style>
border-color css
<style>
span { border-color: #BC574C; }
span { border-color: rgb(188,87,76); }
td.TdClassName
{
border-color: #BC574C;
}
.TagClassName
{
border-color: #BC574C;
}
</style>