Shades of Brandy Punch #BC764A
Tints of Brandy Punch #BC764A
RGB
CMYK
RGB Variations
Color information
#BC764A (or 0xBC764A) is known color: Brandy Punch. HEX triplet: BC, 76 and 4A. RGB value is (188,118,74). Sum of RGB (Red+Green+Blue) = 188+118+74=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC764A is #4389B5. Grayscale: #868686. Windows color (decimal): -4426166 or 4880060. OLE color: 4880060.
HSL color Cylindrical-coordinate representation of color #BC764A: hue angle of 23.16º 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 #BC764A is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 74 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.26 |
| HSL | 23.16º | 0.46% | 0.51% | - |
| HSV(B) | 23.16º | 0.61% | 0.74% | - |
| XYZ | 28.45 | 24.14 | 9.64 | - |
| YUV | 133.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 74 | 0 | 0.37 | 0.61 | 0.26 | 23.16 | 0.46 | 0.51 |
| Hex | BC | 76 | 4A | 0 | 25 | 3D | 1A | 17 | 2E | 33 |
| Octal | 274 | 166 | 112 | 0 | 45 | 75 | 32 | 27 | 56 | 63 |
| Binary | 10111100 | 1110110 | 1001010 | 0 | 100101 | 111101 | 11010 | 10111 | 101110 | 110011 |
Color Harmonies of #BC764A
Complementary color
Monochromatic Colors of #BC764A
Black with #BC764A
Text Example
Text Example
White with #BC764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC764A; }
p { color: rgb(188,118,74); }
H1.HeaderClassName
{
color: #BC764A;
}
.AnyTagClassName
{
color: #BC764A;
}
</style>
background-color css
<style>
a { background-color: #BC764A; }
a { background-color: rgb(188,118,74); }
div.DivClassName
{
background-color: #BC764A;
}
.BgClassName
{
background-color: #BC764A;
}
</style>
border-color css
<style>
span { border-color: #BC764A; }
span { border-color: rgb(188,118,74); }
td.TdClassName
{
border-color: #BC764A;
}
.TagClassName
{
border-color: #BC764A;
}
</style>