Shades of Brandy Punch #B88050
Tints of Brandy Punch #B88050
RGB
CMYK
RGB Variations
Color information
#B88050 (or 0xB88050) is known color: Brandy Punch. HEX triplet: B8, 80 and 50. RGB value is (184,128,80). Sum of RGB (Red+Green+Blue) = 184+128+80=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 184 - color contains mainly: red. Hex color #B88050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88050 is #477FAF. Grayscale: #8B8B8B. Windows color (decimal): -4685744 or 5275832. OLE color: 5275832.
HSL color Cylindrical-coordinate representation of color #B88050: hue angle of 27.69º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B88050 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 80 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.28 |
| HSL | 27.69º | 0.42% | 0.52% | - |
| HSV(B) | 27.69º | 0.57% | 0.72% | - |
| XYZ | 28.93 | 26.21 | 11.12 | - |
| YUV | 139.27 | 94.55 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 80 | 0 | 0.30 | 0.57 | 0.28 | 27.69 | 0.42 | 0.52 |
| Hex | B8 | 80 | 50 | 0 | 1E | 39 | 1C | 1C | 2A | 34 |
| Octal | 270 | 200 | 120 | 0 | 36 | 71 | 34 | 34 | 52 | 64 |
| Binary | 10111000 | 10000000 | 1010000 | 0 | 11110 | 111001 | 11100 | 11100 | 101010 | 110100 |
Color Harmonies of #B88050
Complementary color
Monochromatic Colors of #B88050
Black with #B88050
Text Example
Text Example
White with #B88050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88050; }
p { color: rgb(184,128,80); }
H1.HeaderClassName
{
color: #B88050;
}
.AnyTagClassName
{
color: #B88050;
}
</style>
background-color css
<style>
a { background-color: #B88050; }
a { background-color: rgb(184,128,80); }
div.DivClassName
{
background-color: #B88050;
}
.BgClassName
{
background-color: #B88050;
}
</style>
border-color css
<style>
span { border-color: #B88050; }
span { border-color: rgb(184,128,80); }
td.TdClassName
{
border-color: #B88050;
}
.TagClassName
{
border-color: #B88050;
}
</style>