Shades of Brandy Punch #B87C3F
Tints of Brandy Punch #B87C3F
RGB
CMYK
RGB Variations
Color information
#B87C3F (or 0xB87C3F) is known color: Brandy Punch. HEX triplet: B8, 7C and 3F. RGB value is (184,124,63). Sum of RGB (Red+Green+Blue) = 184+124+63=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C3F is #4783C0. Grayscale: #878787. Windows color (decimal): -4686785 or 4160696. OLE color: 4160696.
HSL color Cylindrical-coordinate representation of color #B87C3F: hue angle of 30.25º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B87C3F is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 124 | 63 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.28 |
| HSL | 30.25º | 0.49% | 0.48% | - |
| HSV(B) | 30.25º | 0.66% | 0.72% | - |
| XYZ | 27.87 | 24.96 | 8.05 | - |
| YUV | 134.99 | 87.38 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 124 | 63 | 0 | 0.33 | 0.66 | 0.28 | 30.25 | 0.49 | 0.48 |
| Hex | B8 | 7C | 3F | 0 | 21 | 42 | 1C | 1E | 31 | 30 |
| Octal | 270 | 174 | 77 | 0 | 41 | 102 | 34 | 36 | 61 | 60 |
| Binary | 10111000 | 1111100 | 111111 | 0 | 100001 | 1000010 | 11100 | 11110 | 110001 | 110000 |
Color Harmonies of #B87C3F
Complementary color
Monochromatic Colors of #B87C3F
Black with #B87C3F
Text Example
Text Example
White with #B87C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87C3F; }
p { color: rgb(184,124,63); }
H1.HeaderClassName
{
color: #B87C3F;
}
.AnyTagClassName
{
color: #B87C3F;
}
</style>
background-color css
<style>
a { background-color: #B87C3F; }
a { background-color: rgb(184,124,63); }
div.DivClassName
{
background-color: #B87C3F;
}
.BgClassName
{
background-color: #B87C3F;
}
</style>
border-color css
<style>
span { border-color: #B87C3F; }
span { border-color: rgb(184,124,63); }
td.TdClassName
{
border-color: #B87C3F;
}
.TagClassName
{
border-color: #B87C3F;
}
</style>