Shades of Brandy Punch #BA763E
Tints of Brandy Punch #BA763E
RGB
CMYK
RGB Variations
Color information
#BA763E (or 0xBA763E) is known color: Brandy Punch. HEX triplet: BA, 76 and 3E. RGB value is (186,118,62). Sum of RGB (Red+Green+Blue) = 186+118+62=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA763E is #4589C1. Grayscale: #848484. Windows color (decimal): -4557250 or 4093626. OLE color: 4093626.
HSL color Cylindrical-coordinate representation of color #BA763E: hue angle of 27.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA763E is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 62 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.27 |
| HSL | 27.1º | 0.5% | 0.49% | - |
| HSV(B) | 27.1º | 0.67% | 0.73% | - |
| XYZ | 27.6 | 23.74 | 7.69 | - |
| YUV | 131.95 | 88.53 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 62 | 0 | 0.37 | 0.67 | 0.27 | 27.1 | 0.5 | 0.49 |
| Hex | BA | 76 | 3E | 0 | 25 | 43 | 1B | 1B | 32 | 31 |
| Octal | 272 | 166 | 76 | 0 | 45 | 103 | 33 | 33 | 62 | 61 |
| Binary | 10111010 | 1110110 | 111110 | 0 | 100101 | 1000011 | 11011 | 11011 | 110010 | 110001 |
Color Harmonies of #BA763E
Complementary color
Monochromatic Colors of #BA763E
Black with #BA763E
Text Example
Text Example
White with #BA763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA763E; }
p { color: rgb(186,118,62); }
H1.HeaderClassName
{
color: #BA763E;
}
.AnyTagClassName
{
color: #BA763E;
}
</style>
background-color css
<style>
a { background-color: #BA763E; }
a { background-color: rgb(186,118,62); }
div.DivClassName
{
background-color: #BA763E;
}
.BgClassName
{
background-color: #BA763E;
}
</style>
border-color css
<style>
span { border-color: #BA763E; }
span { border-color: rgb(186,118,62); }
td.TdClassName
{
border-color: #BA763E;
}
.TagClassName
{
border-color: #BA763E;
}
</style>