Shades of Sunset #BC504D
Tints of Sunset #BC504D
RGB
CMYK
RGB Variations
Color information
#BC504D (or 0xBC504D) is known color: Sunset. HEX triplet: BC, 50 and 4D. RGB value is (188,80,77). Sum of RGB (Red+Green+Blue) = 188+80+77=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC504D is #43AFB2. Grayscale: #707070. Windows color (decimal): -4435891 or 5066940. OLE color: 5066940.
HSL color Cylindrical-coordinate representation of color #BC504D: hue angle of 1.62º 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 #BC504D is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 77 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.26 |
| HSL | 1.62º | 0.45% | 0.52% | - |
| HSV(B) | 1.62º | 0.59% | 0.74% | - |
| XYZ | 24.95 | 16.96 | 8.98 | - |
| YUV | 111.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 77 | 0 | 0.57 | 0.59 | 0.26 | 1.62 | 0.45 | 0.52 |
| Hex | BC | 50 | 4D | 0 | 39 | 3B | 1A | 2 | 2D | 34 |
| Octal | 274 | 120 | 115 | 0 | 71 | 73 | 32 | 2 | 55 | 64 |
| Binary | 10111100 | 1010000 | 1001101 | 0 | 111001 | 111011 | 11010 | 10 | 101101 | 110100 |
Color Harmonies of #BC504D
Complementary color
Monochromatic Colors of #BC504D
Black with #BC504D
Text Example
Text Example
White with #BC504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC504D; }
p { color: rgb(188,80,77); }
H1.HeaderClassName
{
color: #BC504D;
}
.AnyTagClassName
{
color: #BC504D;
}
</style>
background-color css
<style>
a { background-color: #BC504D; }
a { background-color: rgb(188,80,77); }
div.DivClassName
{
background-color: #BC504D;
}
.BgClassName
{
background-color: #BC504D;
}
</style>
border-color css
<style>
span { border-color: #BC504D; }
span { border-color: rgb(188,80,77); }
td.TdClassName
{
border-color: #BC504D;
}
.TagClassName
{
border-color: #BC504D;
}
</style>