Shades of Brandy Punch #BC774A
Tints of Brandy Punch #BC774A
RGB
CMYK
RGB Variations
Color information
#BC774A (or 0xBC774A) is known color: Brandy Punch. HEX triplet: BC, 77 and 4A. RGB value is (188,119,74). Sum of RGB (Red+Green+Blue) = 188+119+74=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC774A is #4388B5. Grayscale: #868686. Windows color (decimal): -4425910 or 4880316. OLE color: 4880316.
HSL color Cylindrical-coordinate representation of color #BC774A: hue angle of 23.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC774A is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 74 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.26 |
| HSL | 23.68º | 0.46% | 0.51% | - |
| HSV(B) | 23.68º | 0.61% | 0.74% | - |
| XYZ | 28.57 | 24.38 | 9.68 | - |
| YUV | 134.5 | 93.86 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 74 | 0 | 0.37 | 0.61 | 0.26 | 23.68 | 0.46 | 0.51 |
| Hex | BC | 77 | 4A | 0 | 25 | 3D | 1A | 18 | 2E | 33 |
| Octal | 274 | 167 | 112 | 0 | 45 | 75 | 32 | 30 | 56 | 63 |
| Binary | 10111100 | 1110111 | 1001010 | 0 | 100101 | 111101 | 11010 | 11000 | 101110 | 110011 |
Color Harmonies of #BC774A
Complementary color
Monochromatic Colors of #BC774A
Black with #BC774A
Text Example
Text Example
White with #BC774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC774A; }
p { color: rgb(188,119,74); }
H1.HeaderClassName
{
color: #BC774A;
}
.AnyTagClassName
{
color: #BC774A;
}
</style>
background-color css
<style>
a { background-color: #BC774A; }
a { background-color: rgb(188,119,74); }
div.DivClassName
{
background-color: #BC774A;
}
.BgClassName
{
background-color: #BC774A;
}
</style>
border-color css
<style>
span { border-color: #BC774A; }
span { border-color: rgb(188,119,74); }
td.TdClassName
{
border-color: #BC774A;
}
.TagClassName
{
border-color: #BC774A;
}
</style>