Shades of Sunset #BC514C
Tints of Sunset #BC514C
RGB
CMYK
RGB Variations
Color information
#BC514C (or 0xBC514C) is known color: Sunset. HEX triplet: BC, 51 and 4C. RGB value is (188,81,76). Sum of RGB (Red+Green+Blue) = 188+81+76=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC514C is #43AEB3. Grayscale: #707070. Windows color (decimal): -4435636 or 5001660. OLE color: 5001660.
HSL color Cylindrical-coordinate representation of color #BC514C: hue angle of 2.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC514C is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 76 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.26 |
| HSL | 2.68º | 0.46% | 0.52% | - |
| HSV(B) | 2.68º | 0.6% | 0.74% | - |
| XYZ | 24.99 | 17.1 | 8.82 | - |
| YUV | 112.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 76 | 0 | 0.57 | 0.60 | 0.26 | 2.68 | 0.46 | 0.52 |
| Hex | BC | 51 | 4C | 0 | 39 | 3C | 1A | 3 | 2E | 34 |
| Octal | 274 | 121 | 114 | 0 | 71 | 74 | 32 | 3 | 56 | 64 |
| Binary | 10111100 | 1010001 | 1001100 | 0 | 111001 | 111100 | 11010 | 11 | 101110 | 110100 |
Color Harmonies of #BC514C
Complementary color
Monochromatic Colors of #BC514C
Black with #BC514C
Text Example
Text Example
White with #BC514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC514C; }
p { color: rgb(188,81,76); }
H1.HeaderClassName
{
color: #BC514C;
}
.AnyTagClassName
{
color: #BC514C;
}
</style>
background-color css
<style>
a { background-color: #BC514C; }
a { background-color: rgb(188,81,76); }
div.DivClassName
{
background-color: #BC514C;
}
.BgClassName
{
background-color: #BC514C;
}
</style>
border-color css
<style>
span { border-color: #BC514C; }
span { border-color: rgb(188,81,76); }
td.TdClassName
{
border-color: #BC514C;
}
.TagClassName
{
border-color: #BC514C;
}
</style>