Shades of Brandy Punch #BC7D3A
Tints of Brandy Punch #BC7D3A
RGB
CMYK
RGB Variations
Color information
#BC7D3A (or 0xBC7D3A) is known color: Brandy Punch. HEX triplet: BC, 7D and 3A. RGB value is (188,125,58). Sum of RGB (Red+Green+Blue) = 188+125+58=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D3A is #4382C5. Grayscale: #888888. Windows color (decimal): -4424390 or 3833276. OLE color: 3833276.
HSL color Cylindrical-coordinate representation of color #BC7D3A: hue angle of 30.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC7D3A is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 58 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.26 |
| HSL | 30.92º | 0.53% | 0.48% | - |
| HSV(B) | 30.92º | 0.69% | 0.74% | - |
| XYZ | 28.84 | 25.66 | 7.44 | - |
| YUV | 136.2 | 83.87 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 58 | 0 | 0.34 | 0.69 | 0.26 | 30.92 | 0.53 | 0.48 |
| Hex | BC | 7D | 3A | 0 | 22 | 45 | 1A | 1F | 35 | 30 |
| Octal | 274 | 175 | 72 | 0 | 42 | 105 | 32 | 37 | 65 | 60 |
| Binary | 10111100 | 1111101 | 111010 | 0 | 100010 | 1000101 | 11010 | 11111 | 110101 | 110000 |
Color Harmonies of #BC7D3A
Complementary color
Monochromatic Colors of #BC7D3A
Black with #BC7D3A
Text Example
Text Example
White with #BC7D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D3A; }
p { color: rgb(188,125,58); }
H1.HeaderClassName
{
color: #BC7D3A;
}
.AnyTagClassName
{
color: #BC7D3A;
}
</style>
background-color css
<style>
a { background-color: #BC7D3A; }
a { background-color: rgb(188,125,58); }
div.DivClassName
{
background-color: #BC7D3A;
}
.BgClassName
{
background-color: #BC7D3A;
}
</style>
border-color css
<style>
span { border-color: #BC7D3A; }
span { border-color: rgb(188,125,58); }
td.TdClassName
{
border-color: #BC7D3A;
}
.TagClassName
{
border-color: #BC7D3A;
}
</style>