Shades of Sunset #BC5250
Tints of Sunset #BC5250
RGB
CMYK
RGB Variations
Color information
#BC5250 (or 0xBC5250) is known color: Sunset. HEX triplet: BC, 52 and 50. RGB value is (188,82,80). Sum of RGB (Red+Green+Blue) = 188+82+80=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5250 is #43ADAF. Grayscale: #717171. Windows color (decimal): -4435376 or 5264060. OLE color: 5264060.
HSL color Cylindrical-coordinate representation of color #BC5250: hue angle of 1.11º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5250 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 80 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.26 |
| HSL | 1.11º | 0.45% | 0.53% | - |
| HSV(B) | 1.11º | 0.57% | 0.74% | - |
| XYZ | 25.2 | 17.31 | 9.6 | - |
| YUV | 113.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 80 | 0 | 0.56 | 0.57 | 0.26 | 1.11 | 0.45 | 0.53 |
| Hex | BC | 52 | 50 | 0 | 38 | 39 | 1A | 1 | 2D | 35 |
| Octal | 274 | 122 | 120 | 0 | 70 | 71 | 32 | 1 | 55 | 65 |
| Binary | 10111100 | 1010010 | 1010000 | 0 | 111000 | 111001 | 11010 | 1 | 101101 | 110101 |
Color Harmonies of #BC5250
Complementary color
Monochromatic Colors of #BC5250
Black with #BC5250
Text Example
Text Example
White with #BC5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5250; }
p { color: rgb(188,82,80); }
H1.HeaderClassName
{
color: #BC5250;
}
.AnyTagClassName
{
color: #BC5250;
}
</style>
background-color css
<style>
a { background-color: #BC5250; }
a { background-color: rgb(188,82,80); }
div.DivClassName
{
background-color: #BC5250;
}
.BgClassName
{
background-color: #BC5250;
}
</style>
border-color css
<style>
span { border-color: #BC5250; }
span { border-color: rgb(188,82,80); }
td.TdClassName
{
border-color: #BC5250;
}
.TagClassName
{
border-color: #BC5250;
}
</style>