Shades of Brandy Punch #B88141
Tints of Brandy Punch #B88141
RGB
CMYK
RGB Variations
Color information
#B88141 (or 0xB88141) is known color: Brandy Punch. HEX triplet: B8, 81 and 41. RGB value is (184,129,65). Sum of RGB (Red+Green+Blue) = 184+129+65=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B88141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88141 is #477EBE. Grayscale: #8A8A8A. Windows color (decimal): -4685503 or 4293048. OLE color: 4293048.
HSL color Cylindrical-coordinate representation of color #B88141: hue angle of 32.27º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B88141 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 65 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.28 |
| HSL | 32.27º | 0.48% | 0.49% | - |
| HSV(B) | 32.27º | 0.65% | 0.72% | - |
| XYZ | 28.57 | 26.27 | 8.57 | - |
| YUV | 138.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 65 | 0 | 0.30 | 0.65 | 0.28 | 32.27 | 0.48 | 0.49 |
| Hex | B8 | 81 | 41 | 0 | 1E | 41 | 1C | 20 | 30 | 31 |
| Octal | 270 | 201 | 101 | 0 | 36 | 101 | 34 | 40 | 60 | 61 |
| Binary | 10111000 | 10000001 | 1000001 | 0 | 11110 | 1000001 | 11100 | 100000 | 110000 | 110001 |
Color Harmonies of #B88141
Complementary color
Monochromatic Colors of #B88141
Black with #B88141
Text Example
Text Example
White with #B88141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88141; }
p { color: rgb(184,129,65); }
H1.HeaderClassName
{
color: #B88141;
}
.AnyTagClassName
{
color: #B88141;
}
</style>
background-color css
<style>
a { background-color: #B88141; }
a { background-color: rgb(184,129,65); }
div.DivClassName
{
background-color: #B88141;
}
.BgClassName
{
background-color: #B88141;
}
</style>
border-color css
<style>
span { border-color: #B88141; }
span { border-color: rgb(184,129,65); }
td.TdClassName
{
border-color: #B88141;
}
.TagClassName
{
border-color: #B88141;
}
</style>