Shades of Brandy Punch #BC783C
Tints of Brandy Punch #BC783C
RGB
CMYK
RGB Variations
Color information
#BC783C (or 0xBC783C) is known color: Brandy Punch. HEX triplet: BC, 78 and 3C. RGB value is (188,120,60). Sum of RGB (Red+Green+Blue) = 188+120+60=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC783C is #4387C3. Grayscale: #858585. Windows color (decimal): -4425668 or 3963068. OLE color: 3963068.
HSL color Cylindrical-coordinate representation of color #BC783C: hue angle of 28.12º degrees, saturation: 0.52, 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 #BC783C is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 60 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.26 |
| HSL | 28.13º | 0.52% | 0.49% | - |
| HSV(B) | 28.13º | 0.68% | 0.74% | - |
| XYZ | 28.27 | 24.45 | 7.5 | - |
| YUV | 133.49 | 86.53 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 60 | 0 | 0.36 | 0.68 | 0.26 | 28.13 | 0.52 | 0.49 |
| Hex | BC | 78 | 3C | 0 | 24 | 44 | 1A | 1C | 34 | 31 |
| Octal | 274 | 170 | 74 | 0 | 44 | 104 | 32 | 34 | 64 | 61 |
| Binary | 10111100 | 1111000 | 111100 | 0 | 100100 | 1000100 | 11010 | 11100 | 110100 | 110001 |
Color Harmonies of #BC783C
Complementary color
Monochromatic Colors of #BC783C
Black with #BC783C
Text Example
Text Example
White with #BC783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC783C; }
p { color: rgb(188,120,60); }
H1.HeaderClassName
{
color: #BC783C;
}
.AnyTagClassName
{
color: #BC783C;
}
</style>
background-color css
<style>
a { background-color: #BC783C; }
a { background-color: rgb(188,120,60); }
div.DivClassName
{
background-color: #BC783C;
}
.BgClassName
{
background-color: #BC783C;
}
</style>
border-color css
<style>
span { border-color: #BC783C; }
span { border-color: rgb(188,120,60); }
td.TdClassName
{
border-color: #BC783C;
}
.TagClassName
{
border-color: #BC783C;
}
</style>