Shades of Brandy Punch #BC7E3B
Tints of Brandy Punch #BC7E3B
RGB
CMYK
RGB Variations
Color information
#BC7E3B (or 0xBC7E3B) is known color: Brandy Punch. HEX triplet: BC, 7E and 3B. RGB value is (188,126,59). Sum of RGB (Red+Green+Blue) = 188+126+59=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E3B is #4381C4. Grayscale: #898989. Windows color (decimal): -4424133 or 3899068. OLE color: 3899068.
HSL color Cylindrical-coordinate representation of color #BC7E3B: hue angle of 31.16º degrees, saturation: 0.52, 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 #BC7E3B is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 126 | 59 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.26 |
| HSL | 31.16º | 0.52% | 0.48% | - |
| HSV(B) | 31.16º | 0.69% | 0.74% | - |
| XYZ | 28.99 | 25.93 | 7.61 | - |
| YUV | 136.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 59 | 0 | 0.33 | 0.69 | 0.26 | 31.16 | 0.52 | 0.48 |
| Hex | BC | 7E | 3B | 0 | 21 | 45 | 1A | 1F | 34 | 30 |
| Octal | 274 | 176 | 73 | 0 | 41 | 105 | 32 | 37 | 64 | 60 |
| Binary | 10111100 | 1111110 | 111011 | 0 | 100001 | 1000101 | 11010 | 11111 | 110100 | 110000 |
Color Harmonies of #BC7E3B
Complementary color
Monochromatic Colors of #BC7E3B
Black with #BC7E3B
Text Example
Text Example
White with #BC7E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7E3B; }
p { color: rgb(188,126,59); }
H1.HeaderClassName
{
color: #BC7E3B;
}
.AnyTagClassName
{
color: #BC7E3B;
}
</style>
background-color css
<style>
a { background-color: #BC7E3B; }
a { background-color: rgb(188,126,59); }
div.DivClassName
{
background-color: #BC7E3B;
}
.BgClassName
{
background-color: #BC7E3B;
}
</style>
border-color css
<style>
span { border-color: #BC7E3B; }
span { border-color: rgb(188,126,59); }
td.TdClassName
{
border-color: #BC7E3B;
}
.TagClassName
{
border-color: #BC7E3B;
}
</style>