Shades of Brandy Punch #BC783F
Tints of Brandy Punch #BC783F
RGB
CMYK
RGB Variations
Color information
#BC783F (or 0xBC783F) is known color: Brandy Punch. HEX triplet: BC, 78 and 3F. RGB value is (188,120,63). Sum of RGB (Red+Green+Blue) = 188+120+63=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC783F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC783F is #4387C0. Grayscale: #868686. Windows color (decimal): -4425665 or 4159676. OLE color: 4159676.
HSL color Cylindrical-coordinate representation of color #BC783F: hue angle of 27.36º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC783F is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 63 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.26 |
| HSL | 27.36º | 0.5% | 0.49% | - |
| HSV(B) | 27.36º | 0.66% | 0.74% | - |
| XYZ | 28.35 | 24.48 | 7.93 | - |
| YUV | 133.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 63 | 0 | 0.36 | 0.66 | 0.26 | 27.36 | 0.5 | 0.49 |
| Hex | BC | 78 | 3F | 0 | 24 | 42 | 1A | 1B | 32 | 31 |
| Octal | 274 | 170 | 77 | 0 | 44 | 102 | 32 | 33 | 62 | 61 |
| Binary | 10111100 | 1111000 | 111111 | 0 | 100100 | 1000010 | 11010 | 11011 | 110010 | 110001 |
Color Harmonies of #BC783F
Complementary color
Monochromatic Colors of #BC783F
Black with #BC783F
Text Example
Text Example
White with #BC783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC783F; }
p { color: rgb(188,120,63); }
H1.HeaderClassName
{
color: #BC783F;
}
.AnyTagClassName
{
color: #BC783F;
}
</style>
background-color css
<style>
a { background-color: #BC783F; }
a { background-color: rgb(188,120,63); }
div.DivClassName
{
background-color: #BC783F;
}
.BgClassName
{
background-color: #BC783F;
}
</style>
border-color css
<style>
span { border-color: #BC783F; }
span { border-color: rgb(188,120,63); }
td.TdClassName
{
border-color: #BC783F;
}
.TagClassName
{
border-color: #BC783F;
}
</style>