Shades of Brandy Punch #B88145
Tints of Brandy Punch #B88145
RGB
CMYK
RGB Variations
Color information
#B88145 (or 0xB88145) is known color: Brandy Punch. HEX triplet: B8, 81 and 45. RGB value is (184,129,69). Sum of RGB (Red+Green+Blue) = 184+129+69=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B88145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88145 is #477EBA. Grayscale: #8A8A8A. Windows color (decimal): -4685499 or 4555192. OLE color: 4555192.
HSL color Cylindrical-coordinate representation of color #B88145: hue angle of 31.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B88145 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 69 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.28 |
| HSL | 31.3º | 0.45% | 0.5% | - |
| HSV(B) | 31.3º | 0.63% | 0.72% | - |
| XYZ | 28.69 | 26.32 | 9.2 | - |
| YUV | 138.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 69 | 0 | 0.30 | 0.62 | 0.28 | 31.3 | 0.45 | 0.5 |
| Hex | B8 | 81 | 45 | 0 | 1E | 3E | 1C | 1F | 2D | 32 |
| Octal | 270 | 201 | 105 | 0 | 36 | 76 | 34 | 37 | 55 | 62 |
| Binary | 10111000 | 10000001 | 1000101 | 0 | 11110 | 111110 | 11100 | 11111 | 101101 | 110010 |
Color Harmonies of #B88145
Complementary color
Monochromatic Colors of #B88145
Black with #B88145
Text Example
Text Example
White with #B88145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88145; }
p { color: rgb(184,129,69); }
H1.HeaderClassName
{
color: #B88145;
}
.AnyTagClassName
{
color: #B88145;
}
</style>
background-color css
<style>
a { background-color: #B88145; }
a { background-color: rgb(184,129,69); }
div.DivClassName
{
background-color: #B88145;
}
.BgClassName
{
background-color: #B88145;
}
</style>
border-color css
<style>
span { border-color: #B88145; }
span { border-color: rgb(184,129,69); }
td.TdClassName
{
border-color: #B88145;
}
.TagClassName
{
border-color: #B88145;
}
</style>