Shades of Sunset #BC5345
Tints of Sunset #BC5345
RGB
CMYK
RGB Variations
Color information
#BC5345 (or 0xBC5345) is known color: Sunset. HEX triplet: BC, 53 and 45. RGB value is (188,83,69). Sum of RGB (Red+Green+Blue) = 188+83+69=340 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.29% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5345 is #43ACBA. Grayscale: #707070. Windows color (decimal): -4435131 or 4543420. OLE color: 4543420.
HSL color Cylindrical-coordinate representation of color #BC5345: hue angle of 7.06º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC5345 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 69 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.26 |
| HSL | 7.06º | 0.47% | 0.5% | - |
| HSV(B) | 7.06º | 0.63% | 0.74% | - |
| XYZ | 24.91 | 17.31 | 7.66 | - |
| YUV | 112.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 69 | 0 | 0.56 | 0.63 | 0.26 | 7.06 | 0.47 | 0.5 |
| Hex | BC | 53 | 45 | 0 | 38 | 3F | 1A | 7 | 2F | 32 |
| Octal | 274 | 123 | 105 | 0 | 70 | 77 | 32 | 7 | 57 | 62 |
| Binary | 10111100 | 1010011 | 1000101 | 0 | 111000 | 111111 | 11010 | 111 | 101111 | 110010 |
Color Harmonies of #BC5345
Complementary color
Monochromatic Colors of #BC5345
Black with #BC5345
Text Example
Text Example
White with #BC5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5345; }
p { color: rgb(188,83,69); }
H1.HeaderClassName
{
color: #BC5345;
}
.AnyTagClassName
{
color: #BC5345;
}
</style>
background-color css
<style>
a { background-color: #BC5345; }
a { background-color: rgb(188,83,69); }
div.DivClassName
{
background-color: #BC5345;
}
.BgClassName
{
background-color: #BC5345;
}
</style>
border-color css
<style>
span { border-color: #BC5345; }
span { border-color: rgb(188,83,69); }
td.TdClassName
{
border-color: #BC5345;
}
.TagClassName
{
border-color: #BC5345;
}
</style>