Shades of Sunset #BC534A
Tints of Sunset #BC534A
RGB
CMYK
RGB Variations
Color information
#BC534A (or 0xBC534A) is known color: Sunset. HEX triplet: BC, 53 and 4A. RGB value is (188,83,74). Sum of RGB (Red+Green+Blue) = 188+83+74=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC534A is #43ACB5. Grayscale: #717171. Windows color (decimal): -4435126 or 4871100. OLE color: 4871100.
HSL color Cylindrical-coordinate representation of color #BC534A: hue angle of 4.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC534A is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 74 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.26 |
| HSL | 4.74º | 0.46% | 0.51% | - |
| HSV(B) | 4.74º | 0.61% | 0.74% | - |
| XYZ | 25.07 | 17.37 | 8.51 | - |
| YUV | 113.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 74 | 0 | 0.56 | 0.61 | 0.26 | 4.74 | 0.46 | 0.51 |
| Hex | BC | 53 | 4A | 0 | 38 | 3D | 1A | 5 | 2E | 33 |
| Octal | 274 | 123 | 112 | 0 | 70 | 75 | 32 | 5 | 56 | 63 |
| Binary | 10111100 | 1010011 | 1001010 | 0 | 111000 | 111101 | 11010 | 101 | 101110 | 110011 |
Color Harmonies of #BC534A
Complementary color
Monochromatic Colors of #BC534A
Black with #BC534A
Text Example
Text Example
White with #BC534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC534A; }
p { color: rgb(188,83,74); }
H1.HeaderClassName
{
color: #BC534A;
}
.AnyTagClassName
{
color: #BC534A;
}
</style>
background-color css
<style>
a { background-color: #BC534A; }
a { background-color: rgb(188,83,74); }
div.DivClassName
{
background-color: #BC534A;
}
.BgClassName
{
background-color: #BC534A;
}
</style>
border-color css
<style>
span { border-color: #BC534A; }
span { border-color: rgb(188,83,74); }
td.TdClassName
{
border-color: #BC534A;
}
.TagClassName
{
border-color: #BC534A;
}
</style>