Shades of Brandy Punch #BA744C
Tints of Brandy Punch #BA744C
RGB
CMYK
RGB Variations
Color information
#BA744C (or 0xBA744C) is known color: Brandy Punch. HEX triplet: BA, 74 and 4C. RGB value is (186,116,76). Sum of RGB (Red+Green+Blue) = 186+116+76=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA744C is #458BB3. Grayscale: #848484. Windows color (decimal): -4557748 or 5010618. OLE color: 5010618.
HSL color Cylindrical-coordinate representation of color #BA744C: hue angle of 21.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA744C is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 76 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.27 |
| HSL | 21.82º | 0.44% | 0.51% | - |
| HSV(B) | 21.82º | 0.59% | 0.73% | - |
| XYZ | 27.8 | 23.45 | 9.9 | - |
| YUV | 132.37 | 96.19 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 76 | 0 | 0.38 | 0.59 | 0.27 | 21.82 | 0.44 | 0.51 |
| Hex | BA | 74 | 4C | 0 | 26 | 3B | 1B | 16 | 2C | 33 |
| Octal | 272 | 164 | 114 | 0 | 46 | 73 | 33 | 26 | 54 | 63 |
| Binary | 10111010 | 1110100 | 1001100 | 0 | 100110 | 111011 | 11011 | 10110 | 101100 | 110011 |
Color Harmonies of #BA744C
Complementary color
Monochromatic Colors of #BA744C
Black with #BA744C
Text Example
Text Example
White with #BA744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA744C; }
p { color: rgb(186,116,76); }
H1.HeaderClassName
{
color: #BA744C;
}
.AnyTagClassName
{
color: #BA744C;
}
</style>
background-color css
<style>
a { background-color: #BA744C; }
a { background-color: rgb(186,116,76); }
div.DivClassName
{
background-color: #BA744C;
}
.BgClassName
{
background-color: #BA744C;
}
</style>
border-color css
<style>
span { border-color: #BA744C; }
span { border-color: rgb(186,116,76); }
td.TdClassName
{
border-color: #BA744C;
}
.TagClassName
{
border-color: #BA744C;
}
</style>