Shades of Sunset #BC534C
Tints of Sunset #BC534C
RGB
CMYK
RGB Variations
Color information
#BC534C (or 0xBC534C) is known color: Sunset. HEX triplet: BC, 53 and 4C. RGB value is (188,83,76). Sum of RGB (Red+Green+Blue) = 188+83+76=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC534C is #43ACB3. Grayscale: #717171. Windows color (decimal): -4435124 or 5002172. OLE color: 5002172.
HSL color Cylindrical-coordinate representation of color #BC534C: hue angle of 3.75º 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 #BC534C is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 76 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.26 |
| HSL | 3.75º | 0.46% | 0.52% | - |
| HSV(B) | 3.75º | 0.6% | 0.74% | - |
| XYZ | 25.14 | 17.4 | 8.87 | - |
| YUV | 113.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 76 | 0 | 0.56 | 0.60 | 0.26 | 3.75 | 0.46 | 0.52 |
| Hex | BC | 53 | 4C | 0 | 38 | 3C | 1A | 4 | 2E | 34 |
| Octal | 274 | 123 | 114 | 0 | 70 | 74 | 32 | 4 | 56 | 64 |
| Binary | 10111100 | 1010011 | 1001100 | 0 | 111000 | 111100 | 11010 | 100 | 101110 | 110100 |
Color Harmonies of #BC534C
Complementary color
Monochromatic Colors of #BC534C
Black with #BC534C
Text Example
Text Example
White with #BC534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC534C; }
p { color: rgb(188,83,76); }
H1.HeaderClassName
{
color: #BC534C;
}
.AnyTagClassName
{
color: #BC534C;
}
</style>
background-color css
<style>
a { background-color: #BC534C; }
a { background-color: rgb(188,83,76); }
div.DivClassName
{
background-color: #BC534C;
}
.BgClassName
{
background-color: #BC534C;
}
</style>
border-color css
<style>
span { border-color: #BC534C; }
span { border-color: rgb(188,83,76); }
td.TdClassName
{
border-color: #BC534C;
}
.TagClassName
{
border-color: #BC534C;
}
</style>