Shades of Brandy Punch #B87F3A
Tints of Brandy Punch #B87F3A
RGB
CMYK
RGB Variations
Color information
#B87F3A (or 0xB87F3A) is known color: Brandy Punch. HEX triplet: B8, 7F and 3A. RGB value is (184,127,58). Sum of RGB (Red+Green+Blue) = 184+127+58=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F3A is #4780C5. Grayscale: #888888. Windows color (decimal): -4686022 or 3833784. OLE color: 3833784.
HSL color Cylindrical-coordinate representation of color #B87F3A: hue angle of 32.86º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B87F3A is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 58 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.28 |
| HSL | 32.86º | 0.52% | 0.47% | - |
| HSV(B) | 32.86º | 0.68% | 0.72% | - |
| XYZ | 28.12 | 25.67 | 7.48 | - |
| YUV | 136.18 | 83.88 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 58 | 0 | 0.31 | 0.68 | 0.28 | 32.86 | 0.52 | 0.47 |
| Hex | B8 | 7F | 3A | 0 | 1F | 44 | 1C | 21 | 34 | 2F |
| Octal | 270 | 177 | 72 | 0 | 37 | 104 | 34 | 41 | 64 | 57 |
| Binary | 10111000 | 1111111 | 111010 | 0 | 11111 | 1000100 | 11100 | 100001 | 110100 | 101111 |
Color Harmonies of #B87F3A
Complementary color
Monochromatic Colors of #B87F3A
Black with #B87F3A
Text Example
Text Example
White with #B87F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F3A; }
p { color: rgb(184,127,58); }
H1.HeaderClassName
{
color: #B87F3A;
}
.AnyTagClassName
{
color: #B87F3A;
}
</style>
background-color css
<style>
a { background-color: #B87F3A; }
a { background-color: rgb(184,127,58); }
div.DivClassName
{
background-color: #B87F3A;
}
.BgClassName
{
background-color: #B87F3A;
}
</style>
border-color css
<style>
span { border-color: #B87F3A; }
span { border-color: rgb(184,127,58); }
td.TdClassName
{
border-color: #B87F3A;
}
.TagClassName
{
border-color: #B87F3A;
}
</style>