Shades of Brandy Punch #B88044
Tints of Brandy Punch #B88044
RGB
CMYK
RGB Variations
Color information
#B88044 (or 0xB88044) is known color: Brandy Punch. HEX triplet: B8, 80 and 44. RGB value is (184,128,68). Sum of RGB (Red+Green+Blue) = 184+128+68=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 68 (26.95% from 255 or 17.89% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B88044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88044 is #477FBB. Grayscale: #8A8A8A. Windows color (decimal): -4685756 or 4489400. OLE color: 4489400.
HSL color Cylindrical-coordinate representation of color #B88044: hue angle of 31.03º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B88044 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 68 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.28 |
| HSL | 31.03º | 0.46% | 0.49% | - |
| HSV(B) | 31.03º | 0.63% | 0.72% | - |
| XYZ | 28.53 | 26.05 | 8.99 | - |
| YUV | 137.9 | 88.55 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 68 | 0 | 0.30 | 0.63 | 0.28 | 31.03 | 0.46 | 0.49 |
| Hex | B8 | 80 | 44 | 0 | 1E | 3F | 1C | 1F | 2E | 31 |
| Octal | 270 | 200 | 104 | 0 | 36 | 77 | 34 | 37 | 56 | 61 |
| Binary | 10111000 | 10000000 | 1000100 | 0 | 11110 | 111111 | 11100 | 11111 | 101110 | 110001 |
Color Harmonies of #B88044
Complementary color
Monochromatic Colors of #B88044
Black with #B88044
Text Example
Text Example
White with #B88044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88044; }
p { color: rgb(184,128,68); }
H1.HeaderClassName
{
color: #B88044;
}
.AnyTagClassName
{
color: #B88044;
}
</style>
background-color css
<style>
a { background-color: #B88044; }
a { background-color: rgb(184,128,68); }
div.DivClassName
{
background-color: #B88044;
}
.BgClassName
{
background-color: #B88044;
}
</style>
border-color css
<style>
span { border-color: #B88044; }
span { border-color: rgb(184,128,68); }
td.TdClassName
{
border-color: #B88044;
}
.TagClassName
{
border-color: #B88044;
}
</style>