Shades of Sunset #BC504B
Tints of Sunset #BC504B
RGB
CMYK
RGB Variations
Color information
#BC504B (or 0xBC504B) is known color: Sunset. HEX triplet: BC, 50 and 4B. RGB value is (188,80,75). Sum of RGB (Red+Green+Blue) = 188+80+75=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC504B is #43AFB4. Grayscale: #6F6F6F. Windows color (decimal): -4435893 or 4935868. OLE color: 4935868.
HSL color Cylindrical-coordinate representation of color #BC504B: hue angle of 2.65º 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 #BC504B is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 75 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.26 |
| HSL | 2.65º | 0.46% | 0.52% | - |
| HSV(B) | 2.65º | 0.6% | 0.74% | - |
| XYZ | 24.88 | 16.94 | 8.61 | - |
| YUV | 111.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 75 | 0 | 0.57 | 0.60 | 0.26 | 2.65 | 0.46 | 0.52 |
| Hex | BC | 50 | 4B | 0 | 39 | 3C | 1A | 3 | 2E | 34 |
| Octal | 274 | 120 | 113 | 0 | 71 | 74 | 32 | 3 | 56 | 64 |
| Binary | 10111100 | 1010000 | 1001011 | 0 | 111001 | 111100 | 11010 | 11 | 101110 | 110100 |
Color Harmonies of #BC504B
Complementary color
Monochromatic Colors of #BC504B
Black with #BC504B
Text Example
Text Example
White with #BC504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC504B; }
p { color: rgb(188,80,75); }
H1.HeaderClassName
{
color: #BC504B;
}
.AnyTagClassName
{
color: #BC504B;
}
</style>
background-color css
<style>
a { background-color: #BC504B; }
a { background-color: rgb(188,80,75); }
div.DivClassName
{
background-color: #BC504B;
}
.BgClassName
{
background-color: #BC504B;
}
</style>
border-color css
<style>
span { border-color: #BC504B; }
span { border-color: rgb(188,80,75); }
td.TdClassName
{
border-color: #BC504B;
}
.TagClassName
{
border-color: #BC504B;
}
</style>