Shades of Brandy Punch #BC823B
Tints of Brandy Punch #BC823B
RGB
CMYK
RGB Variations
Color information
#BC823B (or 0xBC823B) is known color: Brandy Punch. HEX triplet: BC, 82 and 3B. RGB value is (188,130,59). Sum of RGB (Red+Green+Blue) = 188+130+59=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC823B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC823B is #437DC4. Grayscale: #8B8B8B. Windows color (decimal): -4423109 or 3900092. OLE color: 3900092.
HSL color Cylindrical-coordinate representation of color #BC823B: hue angle of 33.02º 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 #BC823B is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 130 | 59 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.26 |
| HSL | 33.02º | 0.52% | 0.48% | - |
| HSV(B) | 33.02º | 0.69% | 0.74% | - |
| XYZ | 29.51 | 26.97 | 7.79 | - |
| YUV | 139.25 | 82.72 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 59 | 0 | 0.31 | 0.69 | 0.26 | 33.02 | 0.52 | 0.48 |
| Hex | BC | 82 | 3B | 0 | 1F | 45 | 1A | 21 | 34 | 30 |
| Octal | 274 | 202 | 73 | 0 | 37 | 105 | 32 | 41 | 64 | 60 |
| Binary | 10111100 | 10000010 | 111011 | 0 | 11111 | 1000101 | 11010 | 100001 | 110100 | 110000 |
Color Harmonies of #BC823B
Complementary color
Monochromatic Colors of #BC823B
Black with #BC823B
Text Example
Text Example
White with #BC823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC823B; }
p { color: rgb(188,130,59); }
H1.HeaderClassName
{
color: #BC823B;
}
.AnyTagClassName
{
color: #BC823B;
}
</style>
background-color css
<style>
a { background-color: #BC823B; }
a { background-color: rgb(188,130,59); }
div.DivClassName
{
background-color: #BC823B;
}
.BgClassName
{
background-color: #BC823B;
}
</style>
border-color css
<style>
span { border-color: #BC823B; }
span { border-color: rgb(188,130,59); }
td.TdClassName
{
border-color: #BC823B;
}
.TagClassName
{
border-color: #BC823B;
}
</style>