Shades of Brandy Punch #B8804B
Tints of Brandy Punch #B8804B
RGB
CMYK
RGB Variations
Color information
#B8804B (or 0xB8804B) is known color: Brandy Punch. HEX triplet: B8, 80 and 4B. RGB value is (184,128,75). Sum of RGB (Red+Green+Blue) = 184+128+75=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8804B is #477FB4. Grayscale: #8A8A8A. Windows color (decimal): -4685749 or 4948152. OLE color: 4948152.
HSL color Cylindrical-coordinate representation of color #B8804B: hue angle of 29.17º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8804B is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 75 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.28 |
| HSL | 29.17º | 0.43% | 0.51% | - |
| HSV(B) | 29.17º | 0.59% | 0.72% | - |
| XYZ | 28.76 | 26.14 | 10.19 | - |
| YUV | 138.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 75 | 0 | 0.30 | 0.59 | 0.28 | 29.17 | 0.43 | 0.51 |
| Hex | B8 | 80 | 4B | 0 | 1E | 3B | 1C | 1D | 2B | 33 |
| Octal | 270 | 200 | 113 | 0 | 36 | 73 | 34 | 35 | 53 | 63 |
| Binary | 10111000 | 10000000 | 1001011 | 0 | 11110 | 111011 | 11100 | 11101 | 101011 | 110011 |
Color Harmonies of #B8804B
Complementary color
Monochromatic Colors of #B8804B
Black with #B8804B
Text Example
Text Example
White with #B8804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8804B; }
p { color: rgb(184,128,75); }
H1.HeaderClassName
{
color: #B8804B;
}
.AnyTagClassName
{
color: #B8804B;
}
</style>
background-color css
<style>
a { background-color: #B8804B; }
a { background-color: rgb(184,128,75); }
div.DivClassName
{
background-color: #B8804B;
}
.BgClassName
{
background-color: #B8804B;
}
</style>
border-color css
<style>
span { border-color: #B8804B; }
span { border-color: rgb(184,128,75); }
td.TdClassName
{
border-color: #B8804B;
}
.TagClassName
{
border-color: #B8804B;
}
</style>