Shades of Brandy Punch #B87D40
Tints of Brandy Punch #B87D40
RGB
CMYK
RGB Variations
Color information
#B87D40 (or 0xB87D40) is known color: Brandy Punch. HEX triplet: B8, 7D and 40. RGB value is (184,125,64). Sum of RGB (Red+Green+Blue) = 184+125+64=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D40 is #4782BF. Grayscale: #878787. Windows color (decimal): -4686528 or 4226488. OLE color: 4226488.
HSL color Cylindrical-coordinate representation of color #B87D40: hue angle of 30.5º 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 #B87D40 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 64 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.28 |
| HSL | 30.5º | 0.48% | 0.49% | - |
| HSV(B) | 30.5º | 0.65% | 0.72% | - |
| XYZ | 28.03 | 25.23 | 8.24 | - |
| YUV | 135.69 | 87.55 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 64 | 0 | 0.32 | 0.65 | 0.28 | 30.5 | 0.48 | 0.49 |
| Hex | B8 | 7D | 40 | 0 | 20 | 41 | 1C | 1E | 30 | 31 |
| Octal | 270 | 175 | 100 | 0 | 40 | 101 | 34 | 36 | 60 | 61 |
| Binary | 10111000 | 1111101 | 1000000 | 0 | 100000 | 1000001 | 11100 | 11110 | 110000 | 110001 |
Color Harmonies of #B87D40
Complementary color
Monochromatic Colors of #B87D40
Black with #B87D40
Text Example
Text Example
White with #B87D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D40; }
p { color: rgb(184,125,64); }
H1.HeaderClassName
{
color: #B87D40;
}
.AnyTagClassName
{
color: #B87D40;
}
</style>
background-color css
<style>
a { background-color: #B87D40; }
a { background-color: rgb(184,125,64); }
div.DivClassName
{
background-color: #B87D40;
}
.BgClassName
{
background-color: #B87D40;
}
</style>
border-color css
<style>
span { border-color: #B87D40; }
span { border-color: rgb(184,125,64); }
td.TdClassName
{
border-color: #B87D40;
}
.TagClassName
{
border-color: #B87D40;
}
</style>