Shades of Brandy Punch #BA744B
Tints of Brandy Punch #BA744B
RGB
CMYK
RGB Variations
Color information
#BA744B (or 0xBA744B) is known color: Brandy Punch. HEX triplet: BA, 74 and 4B. RGB value is (186,116,75). Sum of RGB (Red+Green+Blue) = 186+116+75=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA744B is #458BB4. Grayscale: #848484. Windows color (decimal): -4557749 or 4945082. OLE color: 4945082.
HSL color Cylindrical-coordinate representation of color #BA744B: hue angle of 22.16º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA744B is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 75 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.27 |
| HSL | 22.16º | 0.45% | 0.51% | - |
| HSV(B) | 22.16º | 0.6% | 0.73% | - |
| XYZ | 27.77 | 23.44 | 9.72 | - |
| YUV | 132.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 75 | 0 | 0.38 | 0.60 | 0.27 | 22.16 | 0.45 | 0.51 |
| Hex | BA | 74 | 4B | 0 | 26 | 3C | 1B | 16 | 2D | 33 |
| Octal | 272 | 164 | 113 | 0 | 46 | 74 | 33 | 26 | 55 | 63 |
| Binary | 10111010 | 1110100 | 1001011 | 0 | 100110 | 111100 | 11011 | 10110 | 101101 | 110011 |
Color Harmonies of #BA744B
Complementary color
Monochromatic Colors of #BA744B
Black with #BA744B
Text Example
Text Example
White with #BA744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA744B; }
p { color: rgb(186,116,75); }
H1.HeaderClassName
{
color: #BA744B;
}
.AnyTagClassName
{
color: #BA744B;
}
</style>
background-color css
<style>
a { background-color: #BA744B; }
a { background-color: rgb(186,116,75); }
div.DivClassName
{
background-color: #BA744B;
}
.BgClassName
{
background-color: #BA744B;
}
</style>
border-color css
<style>
span { border-color: #BA744B; }
span { border-color: rgb(186,116,75); }
td.TdClassName
{
border-color: #BA744B;
}
.TagClassName
{
border-color: #BA744B;
}
</style>