Shades of Brandy Punch #BC823D
Tints of Brandy Punch #BC823D
RGB
CMYK
RGB Variations
Color information
#BC823D (or 0xBC823D) is known color: Brandy Punch. HEX triplet: BC, 82 and 3D. RGB value is (188,130,61). Sum of RGB (Red+Green+Blue) = 188+130+61=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC823D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC823D is #437DC2. Grayscale: #8B8B8B. Windows color (decimal): -4423107 or 4031164. OLE color: 4031164.
HSL color Cylindrical-coordinate representation of color #BC823D: hue angle of 32.6º 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 #BC823D is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 61 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.26 |
| HSL | 32.6º | 0.51% | 0.49% | - |
| HSV(B) | 32.6º | 0.68% | 0.74% | - |
| XYZ | 29.56 | 26.99 | 8.07 | - |
| YUV | 139.48 | 83.72 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 61 | 0 | 0.31 | 0.68 | 0.26 | 32.6 | 0.51 | 0.49 |
| Hex | BC | 82 | 3D | 0 | 1F | 44 | 1A | 21 | 33 | 31 |
| Octal | 274 | 202 | 75 | 0 | 37 | 104 | 32 | 41 | 63 | 61 |
| Binary | 10111100 | 10000010 | 111101 | 0 | 11111 | 1000100 | 11010 | 100001 | 110011 | 110001 |
Color Harmonies of #BC823D
Complementary color
Monochromatic Colors of #BC823D
Black with #BC823D
Text Example
Text Example
White with #BC823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC823D; }
p { color: rgb(188,130,61); }
H1.HeaderClassName
{
color: #BC823D;
}
.AnyTagClassName
{
color: #BC823D;
}
</style>
background-color css
<style>
a { background-color: #BC823D; }
a { background-color: rgb(188,130,61); }
div.DivClassName
{
background-color: #BC823D;
}
.BgClassName
{
background-color: #BC823D;
}
</style>
border-color css
<style>
span { border-color: #BC823D; }
span { border-color: rgb(188,130,61); }
td.TdClassName
{
border-color: #BC823D;
}
.TagClassName
{
border-color: #BC823D;
}
</style>