Shades of Brandy Punch #BC783B
Tints of Brandy Punch #BC783B
RGB
CMYK
RGB Variations
Color information
#BC783B (or 0xBC783B) is known color: Brandy Punch. HEX triplet: BC, 78 and 3B. RGB value is (188,120,59). Sum of RGB (Red+Green+Blue) = 188+120+59=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC783B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC783B is #4387C4. Grayscale: #858585. Windows color (decimal): -4425669 or 3897532. OLE color: 3897532.
HSL color Cylindrical-coordinate representation of color #BC783B: hue angle of 28.37º 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 #BC783B is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 59 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.26 |
| HSL | 28.37º | 0.52% | 0.48% | - |
| HSV(B) | 28.37º | 0.69% | 0.74% | - |
| XYZ | 28.24 | 24.44 | 7.37 | - |
| YUV | 133.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 59 | 0 | 0.36 | 0.69 | 0.26 | 28.37 | 0.52 | 0.48 |
| Hex | BC | 78 | 3B | 0 | 24 | 45 | 1A | 1C | 34 | 30 |
| Octal | 274 | 170 | 73 | 0 | 44 | 105 | 32 | 34 | 64 | 60 |
| Binary | 10111100 | 1111000 | 111011 | 0 | 100100 | 1000101 | 11010 | 11100 | 110100 | 110000 |
Color Harmonies of #BC783B
Complementary color
Monochromatic Colors of #BC783B
Black with #BC783B
Text Example
Text Example
White with #BC783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC783B; }
p { color: rgb(188,120,59); }
H1.HeaderClassName
{
color: #BC783B;
}
.AnyTagClassName
{
color: #BC783B;
}
</style>
background-color css
<style>
a { background-color: #BC783B; }
a { background-color: rgb(188,120,59); }
div.DivClassName
{
background-color: #BC783B;
}
.BgClassName
{
background-color: #BC783B;
}
</style>
border-color css
<style>
span { border-color: #BC783B; }
span { border-color: rgb(188,120,59); }
td.TdClassName
{
border-color: #BC783B;
}
.TagClassName
{
border-color: #BC783B;
}
</style>