Shades of Brandy Punch #BA7B43
Tints of Brandy Punch #BA7B43
RGB
CMYK
RGB Variations
Color information
#BA7B43 (or 0xBA7B43) is known color: Brandy Punch. HEX triplet: BA, 7B and 43. RGB value is (186,123,67). Sum of RGB (Red+Green+Blue) = 186+123+67=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B43 is #4584BC. Grayscale: #878787. Windows color (decimal): -4555965 or 4422586. OLE color: 4422586.
HSL color Cylindrical-coordinate representation of color #BA7B43: hue angle of 28.24º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA7B43 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 67 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.27 |
| HSL | 28.24º | 0.47% | 0.5% | - |
| HSV(B) | 28.24º | 0.64% | 0.73% | - |
| XYZ | 28.35 | 25.01 | 8.64 | - |
| YUV | 135.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 67 | 0 | 0.34 | 0.64 | 0.27 | 28.24 | 0.47 | 0.5 |
| Hex | BA | 7B | 43 | 0 | 22 | 40 | 1B | 1C | 2F | 32 |
| Octal | 272 | 173 | 103 | 0 | 42 | 100 | 33 | 34 | 57 | 62 |
| Binary | 10111010 | 1111011 | 1000011 | 0 | 100010 | 1000000 | 11011 | 11100 | 101111 | 110010 |
Color Harmonies of #BA7B43
Complementary color
Monochromatic Colors of #BA7B43
Black with #BA7B43
Text Example
Text Example
White with #BA7B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B43; }
p { color: rgb(186,123,67); }
H1.HeaderClassName
{
color: #BA7B43;
}
.AnyTagClassName
{
color: #BA7B43;
}
</style>
background-color css
<style>
a { background-color: #BA7B43; }
a { background-color: rgb(186,123,67); }
div.DivClassName
{
background-color: #BA7B43;
}
.BgClassName
{
background-color: #BA7B43;
}
</style>
border-color css
<style>
span { border-color: #BA7B43; }
span { border-color: rgb(186,123,67); }
td.TdClassName
{
border-color: #BA7B43;
}
.TagClassName
{
border-color: #BA7B43;
}
</style>