Shades of Brandy Punch #B8814A
Tints of Brandy Punch #B8814A
RGB
CMYK
RGB Variations
Color information
#B8814A (or 0xB8814A) is known color: Brandy Punch. HEX triplet: B8, 81 and 4A. RGB value is (184,129,74). Sum of RGB (Red+Green+Blue) = 184+129+74=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B8814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8814A is #477EB5. Grayscale: #8B8B8B. Windows color (decimal): -4685494 or 4882872. OLE color: 4882872.
HSL color Cylindrical-coordinate representation of color #B8814A: hue angle of 30º 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 #B8814A is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 74 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.28 |
| HSL | 30º | 0.44% | 0.51% | - |
| HSV(B) | 30º | 0.6% | 0.72% | - |
| XYZ | 28.85 | 26.39 | 10.05 | - |
| YUV | 139.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 74 | 0 | 0.30 | 0.60 | 0.28 | 30 | 0.44 | 0.51 |
| Hex | B8 | 81 | 4A | 0 | 1E | 3C | 1C | 1E | 2C | 33 |
| Octal | 270 | 201 | 112 | 0 | 36 | 74 | 34 | 36 | 54 | 63 |
| Binary | 10111000 | 10000001 | 1001010 | 0 | 11110 | 111100 | 11100 | 11110 | 101100 | 110011 |
Color Harmonies of #B8814A
Complementary color
Monochromatic Colors of #B8814A
Black with #B8814A
Text Example
Text Example
White with #B8814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8814A; }
p { color: rgb(184,129,74); }
H1.HeaderClassName
{
color: #B8814A;
}
.AnyTagClassName
{
color: #B8814A;
}
</style>
background-color css
<style>
a { background-color: #B8814A; }
a { background-color: rgb(184,129,74); }
div.DivClassName
{
background-color: #B8814A;
}
.BgClassName
{
background-color: #B8814A;
}
</style>
border-color css
<style>
span { border-color: #B8814A; }
span { border-color: rgb(184,129,74); }
td.TdClassName
{
border-color: #B8814A;
}
.TagClassName
{
border-color: #B8814A;
}
</style>