Shades of Brandy Punch #BC8344
Tints of Brandy Punch #BC8344
RGB
CMYK
RGB Variations
Color information
#BC8344 (or 0xBC8344) is known color: Brandy Punch. HEX triplet: BC, 83 and 44. RGB value is (188,131,68). Sum of RGB (Red+Green+Blue) = 188+131+68=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 68 (26.95% from 255 or 17.57% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8344 is #437CBB. Grayscale: #8D8D8D. Windows color (decimal): -4422844 or 4490172. OLE color: 4490172.
HSL color Cylindrical-coordinate representation of color #BC8344: hue angle of 31.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC8344 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 68 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.26 |
| HSL | 31.5º | 0.47% | 0.5% | - |
| HSV(B) | 31.5º | 0.64% | 0.74% | - |
| XYZ | 29.9 | 27.34 | 9.17 | - |
| YUV | 140.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 68 | 0 | 0.30 | 0.64 | 0.26 | 31.5 | 0.47 | 0.5 |
| Hex | BC | 83 | 44 | 0 | 1E | 40 | 1A | 1F | 2F | 32 |
| Octal | 274 | 203 | 104 | 0 | 36 | 100 | 32 | 37 | 57 | 62 |
| Binary | 10111100 | 10000011 | 1000100 | 0 | 11110 | 1000000 | 11010 | 11111 | 101111 | 110010 |
Color Harmonies of #BC8344
Complementary color
Monochromatic Colors of #BC8344
Black with #BC8344
Text Example
Text Example
White with #BC8344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8344; }
p { color: rgb(188,131,68); }
H1.HeaderClassName
{
color: #BC8344;
}
.AnyTagClassName
{
color: #BC8344;
}
</style>
background-color css
<style>
a { background-color: #BC8344; }
a { background-color: rgb(188,131,68); }
div.DivClassName
{
background-color: #BC8344;
}
.BgClassName
{
background-color: #BC8344;
}
</style>
border-color css
<style>
span { border-color: #BC8344; }
span { border-color: rgb(188,131,68); }
td.TdClassName
{
border-color: #BC8344;
}
.TagClassName
{
border-color: #BC8344;
}
</style>