Shades of Sunset #BC534E
Tints of Sunset #BC534E
RGB
CMYK
RGB Variations
Color information
#BC534E (or 0xBC534E) is known color: Sunset. HEX triplet: BC, 53 and 4E. RGB value is (188,83,78). Sum of RGB (Red+Green+Blue) = 188+83+78=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC534E is #43ACB1. Grayscale: #717171. Windows color (decimal): -4435122 or 5133244. OLE color: 5133244.
HSL color Cylindrical-coordinate representation of color #BC534E: hue angle of 2.73º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC534E is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 78 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.26 |
| HSL | 2.73º | 0.45% | 0.52% | - |
| HSV(B) | 2.73º | 0.59% | 0.74% | - |
| XYZ | 25.21 | 17.43 | 9.24 | - |
| YUV | 113.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 78 | 0 | 0.56 | 0.59 | 0.26 | 2.73 | 0.45 | 0.52 |
| Hex | BC | 53 | 4E | 0 | 38 | 3B | 1A | 3 | 2D | 34 |
| Octal | 274 | 123 | 116 | 0 | 70 | 73 | 32 | 3 | 55 | 64 |
| Binary | 10111100 | 1010011 | 1001110 | 0 | 111000 | 111011 | 11010 | 11 | 101101 | 110100 |
Color Harmonies of #BC534E
Complementary color
Monochromatic Colors of #BC534E
Black with #BC534E
Text Example
Text Example
White with #BC534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC534E; }
p { color: rgb(188,83,78); }
H1.HeaderClassName
{
color: #BC534E;
}
.AnyTagClassName
{
color: #BC534E;
}
</style>
background-color css
<style>
a { background-color: #BC534E; }
a { background-color: rgb(188,83,78); }
div.DivClassName
{
background-color: #BC534E;
}
.BgClassName
{
background-color: #BC534E;
}
</style>
border-color css
<style>
span { border-color: #BC534E; }
span { border-color: rgb(188,83,78); }
td.TdClassName
{
border-color: #BC534E;
}
.TagClassName
{
border-color: #BC534E;
}
</style>