Shades of Brandy Punch #BA824B
Tints of Brandy Punch #BA824B
RGB
CMYK
RGB Variations
Color information
#BA824B (or 0xBA824B) is known color: Brandy Punch. HEX triplet: BA, 82 and 4B. RGB value is (186,130,75). Sum of RGB (Red+Green+Blue) = 186+130+75=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA824B is #457DB4. Grayscale: #8C8C8C. Windows color (decimal): -4554165 or 4948666. OLE color: 4948666.
HSL color Cylindrical-coordinate representation of color #BA824B: hue angle of 29.73º 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 #BA824B is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 130 | 75 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.27 |
| HSL | 29.73º | 0.45% | 0.51% | - |
| HSV(B) | 29.73º | 0.6% | 0.73% | - |
| XYZ | 29.5 | 26.91 | 10.3 | - |
| YUV | 140.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 130 | 75 | 0 | 0.30 | 0.60 | 0.27 | 29.73 | 0.45 | 0.51 |
| Hex | BA | 82 | 4B | 0 | 1E | 3C | 1B | 1E | 2D | 33 |
| Octal | 272 | 202 | 113 | 0 | 36 | 74 | 33 | 36 | 55 | 63 |
| Binary | 10111010 | 10000010 | 1001011 | 0 | 11110 | 111100 | 11011 | 11110 | 101101 | 110011 |
Color Harmonies of #BA824B
Complementary color
Monochromatic Colors of #BA824B
Black with #BA824B
Text Example
Text Example
White with #BA824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA824B; }
p { color: rgb(186,130,75); }
H1.HeaderClassName
{
color: #BA824B;
}
.AnyTagClassName
{
color: #BA824B;
}
</style>
background-color css
<style>
a { background-color: #BA824B; }
a { background-color: rgb(186,130,75); }
div.DivClassName
{
background-color: #BA824B;
}
.BgClassName
{
background-color: #BA824B;
}
</style>
border-color css
<style>
span { border-color: #BA824B; }
span { border-color: rgb(186,130,75); }
td.TdClassName
{
border-color: #BA824B;
}
.TagClassName
{
border-color: #BA824B;
}
</style>