Shades of Sunset #BC5344
Tints of Sunset #BC5344
RGB
CMYK
RGB Variations
Color information
#BC5344 (or 0xBC5344) is known color: Sunset. HEX triplet: BC, 53 and 44. RGB value is (188,83,68). Sum of RGB (Red+Green+Blue) = 188+83+68=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5344 is #43ACBB. Grayscale: #707070. Windows color (decimal): -4435132 or 4477884. OLE color: 4477884.
HSL color Cylindrical-coordinate representation of color #BC5344: hue angle of 7.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC5344 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 68 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.26 |
| HSL | 7.5º | 0.47% | 0.5% | - |
| HSV(B) | 7.5º | 0.64% | 0.74% | - |
| XYZ | 24.88 | 17.3 | 7.5 | - |
| YUV | 112.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 68 | 0 | 0.56 | 0.64 | 0.26 | 7.5 | 0.47 | 0.5 |
| Hex | BC | 53 | 44 | 0 | 38 | 40 | 1A | 8 | 2F | 32 |
| Octal | 274 | 123 | 104 | 0 | 70 | 100 | 32 | 10 | 57 | 62 |
| Binary | 10111100 | 1010011 | 1000100 | 0 | 111000 | 1000000 | 11010 | 1000 | 101111 | 110010 |
Color Harmonies of #BC5344
Complementary color
Monochromatic Colors of #BC5344
Black with #BC5344
Text Example
Text Example
White with #BC5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5344; }
p { color: rgb(188,83,68); }
H1.HeaderClassName
{
color: #BC5344;
}
.AnyTagClassName
{
color: #BC5344;
}
</style>
background-color css
<style>
a { background-color: #BC5344; }
a { background-color: rgb(188,83,68); }
div.DivClassName
{
background-color: #BC5344;
}
.BgClassName
{
background-color: #BC5344;
}
</style>
border-color css
<style>
span { border-color: #BC5344; }
span { border-color: rgb(188,83,68); }
td.TdClassName
{
border-color: #BC5344;
}
.TagClassName
{
border-color: #BC5344;
}
</style>