Shades of Brandy Punch #BA8144
Tints of Brandy Punch #BA8144
RGB
CMYK
RGB Variations
Color information
#BA8144 (or 0xBA8144) is known color: Brandy Punch. HEX triplet: BA, 81 and 44. RGB value is (186,129,68). Sum of RGB (Red+Green+Blue) = 186+129+68=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8144 is #457EBB. Grayscale: #8B8B8B. Windows color (decimal): -4554428 or 4489658. OLE color: 4489658.
HSL color Cylindrical-coordinate representation of color #BA8144: hue angle of 31.02º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA8144 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 68 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.27 |
| HSL | 31.02º | 0.46% | 0.5% | - |
| HSV(B) | 31.02º | 0.63% | 0.73% | - |
| XYZ | 29.14 | 26.56 | 9.06 | - |
| YUV | 139.09 | 87.88 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 68 | 0 | 0.31 | 0.63 | 0.27 | 31.02 | 0.46 | 0.5 |
| Hex | BA | 81 | 44 | 0 | 1F | 3F | 1B | 1F | 2E | 32 |
| Octal | 272 | 201 | 104 | 0 | 37 | 77 | 33 | 37 | 56 | 62 |
| Binary | 10111010 | 10000001 | 1000100 | 0 | 11111 | 111111 | 11011 | 11111 | 101110 | 110010 |
Color Harmonies of #BA8144
Complementary color
Monochromatic Colors of #BA8144
Black with #BA8144
Text Example
Text Example
White with #BA8144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8144; }
p { color: rgb(186,129,68); }
H1.HeaderClassName
{
color: #BA8144;
}
.AnyTagClassName
{
color: #BA8144;
}
</style>
background-color css
<style>
a { background-color: #BA8144; }
a { background-color: rgb(186,129,68); }
div.DivClassName
{
background-color: #BA8144;
}
.BgClassName
{
background-color: #BA8144;
}
</style>
border-color css
<style>
span { border-color: #BA8144; }
span { border-color: rgb(186,129,68); }
td.TdClassName
{
border-color: #BA8144;
}
.TagClassName
{
border-color: #BA8144;
}
</style>