Shades of Brandy Punch #BC7E3D
Tints of Brandy Punch #BC7E3D
RGB
CMYK
RGB Variations
Color information
#BC7E3D (or 0xBC7E3D) is known color: Brandy Punch. HEX triplet: BC, 7E and 3D. RGB value is (188,126,61). Sum of RGB (Red+Green+Blue) = 188+126+61=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E3D is #4381C2. Grayscale: #898989. Windows color (decimal): -4424131 or 4030140. OLE color: 4030140.
HSL color Cylindrical-coordinate representation of color #BC7E3D: hue angle of 30.71º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC7E3D is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 61 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.26 |
| HSL | 30.71º | 0.51% | 0.49% | - |
| HSV(B) | 30.71º | 0.68% | 0.74% | - |
| XYZ | 29.04 | 25.95 | 7.89 | - |
| YUV | 137.13 | 85.04 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 61 | 0 | 0.33 | 0.68 | 0.26 | 30.71 | 0.51 | 0.49 |
| Hex | BC | 7E | 3D | 0 | 21 | 44 | 1A | 1F | 33 | 31 |
| Octal | 274 | 176 | 75 | 0 | 41 | 104 | 32 | 37 | 63 | 61 |
| Binary | 10111100 | 1111110 | 111101 | 0 | 100001 | 1000100 | 11010 | 11111 | 110011 | 110001 |
Color Harmonies of #BC7E3D
Complementary color
Monochromatic Colors of #BC7E3D
Black with #BC7E3D
Text Example
Text Example
White with #BC7E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E3D; }
p { color: rgb(188,126,61); }
H1.HeaderClassName
{
color: #BC7E3D;
}
.AnyTagClassName
{
color: #BC7E3D;
}
</style>
background-color css
<style>
a { background-color: #BC7E3D; }
a { background-color: rgb(188,126,61); }
div.DivClassName
{
background-color: #BC7E3D;
}
.BgClassName
{
background-color: #BC7E3D;
}
</style>
border-color css
<style>
span { border-color: #BC7E3D; }
span { border-color: rgb(188,126,61); }
td.TdClassName
{
border-color: #BC7E3D;
}
.TagClassName
{
border-color: #BC7E3D;
}
</style>