Shades of Brandy Punch #B8844A
Tints of Brandy Punch #B8844A
RGB
CMYK
RGB Variations
Color information
#B8844A (or 0xB8844A) is known color: Brandy Punch. HEX triplet: B8, 84 and 4A. RGB value is (184,132,74). Sum of RGB (Red+Green+Blue) = 184+132+74=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B8844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8844A is #477BB5. Grayscale: #8D8D8D. Windows color (decimal): -4684726 or 4883640. OLE color: 4883640.
HSL color Cylindrical-coordinate representation of color #B8844A: hue angle of 31.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8844A is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 74 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.28 |
| HSL | 31.64º | 0.44% | 0.51% | - |
| HSV(B) | 31.64º | 0.6% | 0.72% | - |
| XYZ | 29.25 | 27.19 | 10.18 | - |
| YUV | 140.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 74 | 0 | 0.28 | 0.60 | 0.28 | 31.64 | 0.44 | 0.51 |
| Hex | B8 | 84 | 4A | 0 | 1C | 3C | 1C | 20 | 2C | 33 |
| Octal | 270 | 204 | 112 | 0 | 34 | 74 | 34 | 40 | 54 | 63 |
| Binary | 10111000 | 10000100 | 1001010 | 0 | 11100 | 111100 | 11100 | 100000 | 101100 | 110011 |
Color Harmonies of #B8844A
Complementary color
Monochromatic Colors of #B8844A
Black with #B8844A
Text Example
Text Example
White with #B8844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8844A; }
p { color: rgb(184,132,74); }
H1.HeaderClassName
{
color: #B8844A;
}
.AnyTagClassName
{
color: #B8844A;
}
</style>
background-color css
<style>
a { background-color: #B8844A; }
a { background-color: rgb(184,132,74); }
div.DivClassName
{
background-color: #B8844A;
}
.BgClassName
{
background-color: #B8844A;
}
</style>
border-color css
<style>
span { border-color: #B8844A; }
span { border-color: rgb(184,132,74); }
td.TdClassName
{
border-color: #B8844A;
}
.TagClassName
{
border-color: #B8844A;
}
</style>