Shades of Sunset #BC514B
Tints of Sunset #BC514B
RGB
CMYK
RGB Variations
Color information
#BC514B (or 0xBC514B) is known color: Sunset. HEX triplet: BC, 51 and 4B. RGB value is (188,81,75). Sum of RGB (Red+Green+Blue) = 188+81+75=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC514B is #43AEB4. Grayscale: #707070. Windows color (decimal): -4435637 or 4936124. OLE color: 4936124.
HSL color Cylindrical-coordinate representation of color #BC514B: hue angle of 3.19º 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 #BC514B is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 75 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.26 |
| HSL | 3.19º | 0.46% | 0.52% | - |
| HSV(B) | 3.19º | 0.6% | 0.74% | - |
| XYZ | 24.95 | 17.08 | 8.64 | - |
| YUV | 112.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 75 | 0 | 0.57 | 0.60 | 0.26 | 3.19 | 0.46 | 0.52 |
| Hex | BC | 51 | 4B | 0 | 39 | 3C | 1A | 3 | 2E | 34 |
| Octal | 274 | 121 | 113 | 0 | 71 | 74 | 32 | 3 | 56 | 64 |
| Binary | 10111100 | 1010001 | 1001011 | 0 | 111001 | 111100 | 11010 | 11 | 101110 | 110100 |
Color Harmonies of #BC514B
Complementary color
Monochromatic Colors of #BC514B
Black with #BC514B
Text Example
Text Example
White with #BC514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC514B; }
p { color: rgb(188,81,75); }
H1.HeaderClassName
{
color: #BC514B;
}
.AnyTagClassName
{
color: #BC514B;
}
</style>
background-color css
<style>
a { background-color: #BC514B; }
a { background-color: rgb(188,81,75); }
div.DivClassName
{
background-color: #BC514B;
}
.BgClassName
{
background-color: #BC514B;
}
</style>
border-color css
<style>
span { border-color: #BC514B; }
span { border-color: rgb(188,81,75); }
td.TdClassName
{
border-color: #BC514B;
}
.TagClassName
{
border-color: #BC514B;
}
</style>