Shades of Sunset #BC5349
Tints of Sunset #BC5349
RGB
CMYK
RGB Variations
Color information
#BC5349 (or 0xBC5349) is known color: Sunset. HEX triplet: BC, 53 and 49. RGB value is (188,83,73). Sum of RGB (Red+Green+Blue) = 188+83+73=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5349 is #43ACB6. Grayscale: #717171. Windows color (decimal): -4435127 or 4805564. OLE color: 4805564.
HSL color Cylindrical-coordinate representation of color #BC5349: hue angle of 5.22º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5349 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 73 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.26 |
| HSL | 5.22º | 0.46% | 0.51% | - |
| HSV(B) | 5.22º | 0.61% | 0.74% | - |
| XYZ | 25.03 | 17.36 | 8.33 | - |
| YUV | 113.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 73 | 0 | 0.56 | 0.61 | 0.26 | 5.22 | 0.46 | 0.51 |
| Hex | BC | 53 | 49 | 0 | 38 | 3D | 1A | 5 | 2E | 33 |
| Octal | 274 | 123 | 111 | 0 | 70 | 75 | 32 | 5 | 56 | 63 |
| Binary | 10111100 | 1010011 | 1001001 | 0 | 111000 | 111101 | 11010 | 101 | 101110 | 110011 |
Color Harmonies of #BC5349
Complementary color
Monochromatic Colors of #BC5349
Black with #BC5349
Text Example
Text Example
White with #BC5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5349; }
p { color: rgb(188,83,73); }
H1.HeaderClassName
{
color: #BC5349;
}
.AnyTagClassName
{
color: #BC5349;
}
</style>
background-color css
<style>
a { background-color: #BC5349; }
a { background-color: rgb(188,83,73); }
div.DivClassName
{
background-color: #BC5349;
}
.BgClassName
{
background-color: #BC5349;
}
</style>
border-color css
<style>
span { border-color: #BC5349; }
span { border-color: rgb(188,83,73); }
td.TdClassName
{
border-color: #BC5349;
}
.TagClassName
{
border-color: #BC5349;
}
</style>