Shades of Brandy Punch #BC774C
Tints of Brandy Punch #BC774C
RGB
CMYK
RGB Variations
Color information
#BC774C (or 0xBC774C) is known color: Brandy Punch. HEX triplet: BC, 77 and 4C. RGB value is (188,119,76). Sum of RGB (Red+Green+Blue) = 188+119+76=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC774C is #4388B3. Grayscale: #868686. Windows color (decimal): -4425908 or 5011388. OLE color: 5011388.
HSL color Cylindrical-coordinate representation of color #BC774C: hue angle of 23.04º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC774C is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 119 | 76 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.26 |
| HSL | 23.04º | 0.46% | 0.52% | - |
| HSV(B) | 23.04º | 0.6% | 0.74% | - |
| XYZ | 28.64 | 24.41 | 10.04 | - |
| YUV | 134.73 | 94.86 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 119 | 76 | 0 | 0.37 | 0.60 | 0.26 | 23.04 | 0.46 | 0.52 |
| Hex | BC | 77 | 4C | 0 | 25 | 3C | 1A | 17 | 2E | 34 |
| Octal | 274 | 167 | 114 | 0 | 45 | 74 | 32 | 27 | 56 | 64 |
| Binary | 10111100 | 1110111 | 1001100 | 0 | 100101 | 111100 | 11010 | 10111 | 101110 | 110100 |
Color Harmonies of #BC774C
Complementary color
Monochromatic Colors of #BC774C
Black with #BC774C
Text Example
Text Example
White with #BC774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC774C; }
p { color: rgb(188,119,76); }
H1.HeaderClassName
{
color: #BC774C;
}
.AnyTagClassName
{
color: #BC774C;
}
</style>
background-color css
<style>
a { background-color: #BC774C; }
a { background-color: rgb(188,119,76); }
div.DivClassName
{
background-color: #BC774C;
}
.BgClassName
{
background-color: #BC774C;
}
</style>
border-color css
<style>
span { border-color: #BC774C; }
span { border-color: rgb(188,119,76); }
td.TdClassName
{
border-color: #BC774C;
}
.TagClassName
{
border-color: #BC774C;
}
</style>