Shades of Brandy Punch #BA734B
Tints of Brandy Punch #BA734B
RGB
CMYK
RGB Variations
Color information
#BA734B (or 0xBA734B) is known color: Brandy Punch. HEX triplet: BA, 73 and 4B. RGB value is (186,115,75). Sum of RGB (Red+Green+Blue) = 186+115+75=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA734B is #458CB4. Grayscale: #838383. Windows color (decimal): -4558005 or 4944826. OLE color: 4944826.
HSL color Cylindrical-coordinate representation of color #BA734B: hue angle of 21.62º 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 #BA734B is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 75 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.27 |
| HSL | 21.62º | 0.45% | 0.51% | - |
| HSV(B) | 21.62º | 0.6% | 0.73% | - |
| XYZ | 27.65 | 23.21 | 9.68 | - |
| YUV | 131.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 75 | 0 | 0.38 | 0.60 | 0.27 | 21.62 | 0.45 | 0.51 |
| Hex | BA | 73 | 4B | 0 | 26 | 3C | 1B | 16 | 2D | 33 |
| Octal | 272 | 163 | 113 | 0 | 46 | 74 | 33 | 26 | 55 | 63 |
| Binary | 10111010 | 1110011 | 1001011 | 0 | 100110 | 111100 | 11011 | 10110 | 101101 | 110011 |
Color Harmonies of #BA734B
Complementary color
Monochromatic Colors of #BA734B
Black with #BA734B
Text Example
Text Example
White with #BA734B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA734B; }
p { color: rgb(186,115,75); }
H1.HeaderClassName
{
color: #BA734B;
}
.AnyTagClassName
{
color: #BA734B;
}
</style>
background-color css
<style>
a { background-color: #BA734B; }
a { background-color: rgb(186,115,75); }
div.DivClassName
{
background-color: #BA734B;
}
.BgClassName
{
background-color: #BA734B;
}
</style>
border-color css
<style>
span { border-color: #BA734B; }
span { border-color: rgb(186,115,75); }
td.TdClassName
{
border-color: #BA734B;
}
.TagClassName
{
border-color: #BA734B;
}
</style>