Shades of Brandy Punch #BC8348
Tints of Brandy Punch #BC8348
RGB
CMYK
RGB Variations
Color information
#BC8348 (or 0xBC8348) is known color: Brandy Punch. HEX triplet: BC, 83 and 48. RGB value is (188,131,72). Sum of RGB (Red+Green+Blue) = 188+131+72=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8348 is #437CB7. Grayscale: #8D8D8D. Windows color (decimal): -4422840 or 4752316. OLE color: 4752316.
HSL color Cylindrical-coordinate representation of color #BC8348: hue angle of 30.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC8348 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 72 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.26 |
| HSL | 30.52º | 0.46% | 0.51% | - |
| HSV(B) | 30.52º | 0.62% | 0.74% | - |
| XYZ | 30.03 | 27.39 | 9.84 | - |
| YUV | 141.32 | 88.88 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 72 | 0 | 0.30 | 0.62 | 0.26 | 30.52 | 0.46 | 0.51 |
| Hex | BC | 83 | 48 | 0 | 1E | 3E | 1A | 1F | 2E | 33 |
| Octal | 274 | 203 | 110 | 0 | 36 | 76 | 32 | 37 | 56 | 63 |
| Binary | 10111100 | 10000011 | 1001000 | 0 | 11110 | 111110 | 11010 | 11111 | 101110 | 110011 |
Color Harmonies of #BC8348
Complementary color
Monochromatic Colors of #BC8348
Black with #BC8348
Text Example
Text Example
White with #BC8348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8348; }
p { color: rgb(188,131,72); }
H1.HeaderClassName
{
color: #BC8348;
}
.AnyTagClassName
{
color: #BC8348;
}
</style>
background-color css
<style>
a { background-color: #BC8348; }
a { background-color: rgb(188,131,72); }
div.DivClassName
{
background-color: #BC8348;
}
.BgClassName
{
background-color: #BC8348;
}
</style>
border-color css
<style>
span { border-color: #BC8348; }
span { border-color: rgb(188,131,72); }
td.TdClassName
{
border-color: #BC8348;
}
.TagClassName
{
border-color: #BC8348;
}
</style>