Shades of Brandy Punch #B87C46
Tints of Brandy Punch #B87C46
RGB
CMYK
RGB Variations
Color information
#B87C46 (or 0xB87C46) is known color: Brandy Punch. HEX triplet: B8, 7C and 46. RGB value is (184,124,70). Sum of RGB (Red+Green+Blue) = 184+124+70=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C46 is #4783B9. Grayscale: #888888. Windows color (decimal): -4686778 or 4619448. OLE color: 4619448.
HSL color Cylindrical-coordinate representation of color #B87C46: hue angle of 28.42º 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 #B87C46 is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 70 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.28 |
| HSL | 28.42º | 0.45% | 0.5% | - |
| HSV(B) | 28.42º | 0.62% | 0.72% | - |
| XYZ | 28.08 | 25.05 | 9.15 | - |
| YUV | 135.78 | 90.88 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 70 | 0 | 0.33 | 0.62 | 0.28 | 28.42 | 0.45 | 0.5 |
| Hex | B8 | 7C | 46 | 0 | 21 | 3E | 1C | 1C | 2D | 32 |
| Octal | 270 | 174 | 106 | 0 | 41 | 76 | 34 | 34 | 55 | 62 |
| Binary | 10111000 | 1111100 | 1000110 | 0 | 100001 | 111110 | 11100 | 11100 | 101101 | 110010 |
Color Harmonies of #B87C46
Complementary color
Monochromatic Colors of #B87C46
Black with #B87C46
Text Example
Text Example
White with #B87C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C46; }
p { color: rgb(184,124,70); }
H1.HeaderClassName
{
color: #B87C46;
}
.AnyTagClassName
{
color: #B87C46;
}
</style>
background-color css
<style>
a { background-color: #B87C46; }
a { background-color: rgb(184,124,70); }
div.DivClassName
{
background-color: #B87C46;
}
.BgClassName
{
background-color: #B87C46;
}
</style>
border-color css
<style>
span { border-color: #B87C46; }
span { border-color: rgb(184,124,70); }
td.TdClassName
{
border-color: #B87C46;
}
.TagClassName
{
border-color: #B87C46;
}
</style>