Shades of Brandy Punch #B87F42
Tints of Brandy Punch #B87F42
RGB
CMYK
RGB Variations
Color information
#B87F42 (or 0xB87F42) is known color: Brandy Punch. HEX triplet: B8, 7F and 42. RGB value is (184,127,66). Sum of RGB (Red+Green+Blue) = 184+127+66=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F42 is #4780BD. Grayscale: #898989. Windows color (decimal): -4686014 or 4358072. OLE color: 4358072.
HSL color Cylindrical-coordinate representation of color #B87F42: hue angle of 31.02º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B87F42 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 66 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.28 |
| HSL | 31.02º | 0.47% | 0.49% | - |
| HSV(B) | 31.02º | 0.64% | 0.72% | - |
| XYZ | 28.34 | 25.76 | 8.63 | - |
| YUV | 137.09 | 87.88 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 66 | 0 | 0.31 | 0.64 | 0.28 | 31.02 | 0.47 | 0.49 |
| Hex | B8 | 7F | 42 | 0 | 1F | 40 | 1C | 1F | 2F | 31 |
| Octal | 270 | 177 | 102 | 0 | 37 | 100 | 34 | 37 | 57 | 61 |
| Binary | 10111000 | 1111111 | 1000010 | 0 | 11111 | 1000000 | 11100 | 11111 | 101111 | 110001 |
Color Harmonies of #B87F42
Complementary color
Monochromatic Colors of #B87F42
Black with #B87F42
Text Example
Text Example
White with #B87F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F42; }
p { color: rgb(184,127,66); }
H1.HeaderClassName
{
color: #B87F42;
}
.AnyTagClassName
{
color: #B87F42;
}
</style>
background-color css
<style>
a { background-color: #B87F42; }
a { background-color: rgb(184,127,66); }
div.DivClassName
{
background-color: #B87F42;
}
.BgClassName
{
background-color: #B87F42;
}
</style>
border-color css
<style>
span { border-color: #B87F42; }
span { border-color: rgb(184,127,66); }
td.TdClassName
{
border-color: #B87F42;
}
.TagClassName
{
border-color: #B87F42;
}
</style>