Shades of Sunset #BC504E
Tints of Sunset #BC504E
RGB
CMYK
RGB Variations
Color information
#BC504E (or 0xBC504E) is known color: Sunset. HEX triplet: BC, 50 and 4E. RGB value is (188,80,78). Sum of RGB (Red+Green+Blue) = 188+80+78=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC504E is #43AFB1. Grayscale: #707070. Windows color (decimal): -4435890 or 5132476. OLE color: 5132476.
HSL color Cylindrical-coordinate representation of color #BC504E: hue angle of 1.09º 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 #BC504E is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 78 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.26 |
| HSL | 1.09º | 0.45% | 0.52% | - |
| HSV(B) | 1.09º | 0.59% | 0.74% | - |
| XYZ | 24.98 | 16.98 | 9.17 | - |
| YUV | 112.06 | 108.78 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 78 | 0 | 0.57 | 0.59 | 0.26 | 1.09 | 0.45 | 0.52 |
| Hex | BC | 50 | 4E | 0 | 39 | 3B | 1A | 1 | 2D | 34 |
| Octal | 274 | 120 | 116 | 0 | 71 | 73 | 32 | 1 | 55 | 64 |
| Binary | 10111100 | 1010000 | 1001110 | 0 | 111001 | 111011 | 11010 | 1 | 101101 | 110100 |
Color Harmonies of #BC504E
Complementary color
Monochromatic Colors of #BC504E
Black with #BC504E
Text Example
Text Example
White with #BC504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC504E; }
p { color: rgb(188,80,78); }
H1.HeaderClassName
{
color: #BC504E;
}
.AnyTagClassName
{
color: #BC504E;
}
</style>
background-color css
<style>
a { background-color: #BC504E; }
a { background-color: rgb(188,80,78); }
div.DivClassName
{
background-color: #BC504E;
}
.BgClassName
{
background-color: #BC504E;
}
</style>
border-color css
<style>
span { border-color: #BC504E; }
span { border-color: rgb(188,80,78); }
td.TdClassName
{
border-color: #BC504E;
}
.TagClassName
{
border-color: #BC504E;
}
</style>