Shades of Sunset #BC524F
Tints of Sunset #BC524F
RGB
CMYK
RGB Variations
Color information
#BC524F (or 0xBC524F) is known color: Sunset. HEX triplet: BC, 52 and 4F. RGB value is (188,82,79). Sum of RGB (Red+Green+Blue) = 188+82+79=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC524F is #43ADB0. Grayscale: #717171. Windows color (decimal): -4435377 or 5198524. OLE color: 5198524.
HSL color Cylindrical-coordinate representation of color #BC524F: hue angle of 1.65º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC524F is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 82 | 79 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.26 |
| HSL | 1.65º | 0.45% | 0.52% | - |
| HSV(B) | 1.65º | 0.58% | 0.74% | - |
| XYZ | 25.17 | 17.29 | 9.41 | - |
| YUV | 113.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 82 | 79 | 0 | 0.56 | 0.58 | 0.26 | 1.65 | 0.45 | 0.52 |
| Hex | BC | 52 | 4F | 0 | 38 | 3A | 1A | 2 | 2D | 34 |
| Octal | 274 | 122 | 117 | 0 | 70 | 72 | 32 | 2 | 55 | 64 |
| Binary | 10111100 | 1010010 | 1001111 | 0 | 111000 | 111010 | 11010 | 10 | 101101 | 110100 |
Color Harmonies of #BC524F
Complementary color
Monochromatic Colors of #BC524F
Black with #BC524F
Text Example
Text Example
White with #BC524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC524F; }
p { color: rgb(188,82,79); }
H1.HeaderClassName
{
color: #BC524F;
}
.AnyTagClassName
{
color: #BC524F;
}
</style>
background-color css
<style>
a { background-color: #BC524F; }
a { background-color: rgb(188,82,79); }
div.DivClassName
{
background-color: #BC524F;
}
.BgClassName
{
background-color: #BC524F;
}
</style>
border-color css
<style>
span { border-color: #BC524F; }
span { border-color: rgb(188,82,79); }
td.TdClassName
{
border-color: #BC524F;
}
.TagClassName
{
border-color: #BC524F;
}
</style>