Shades of Brandy Punch #B87E3C
Tints of Brandy Punch #B87E3C
RGB
CMYK
RGB Variations
Color information
#B87E3C (or 0xB87E3C) is known color: Brandy Punch. HEX triplet: B8, 7E and 3C. RGB value is (184,126,60). Sum of RGB (Red+Green+Blue) = 184+126+60=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87E3C is #4781C3. Grayscale: #888888. Windows color (decimal): -4686276 or 3964600. OLE color: 3964600.
HSL color Cylindrical-coordinate representation of color #B87E3C: hue angle of 31.94º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B87E3C is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 126 | 60 | - |
| CMYK | 0 | 0.32 | 0.67 | 0.28 |
| HSL | 31.94º | 0.51% | 0.48% | - |
| HSV(B) | 31.94º | 0.67% | 0.72% | - |
| XYZ | 28.04 | 25.44 | 7.71 | - |
| YUV | 135.82 | 85.22 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 126 | 60 | 0 | 0.32 | 0.67 | 0.28 | 31.94 | 0.51 | 0.48 |
| Hex | B8 | 7E | 3C | 0 | 20 | 43 | 1C | 20 | 33 | 30 |
| Octal | 270 | 176 | 74 | 0 | 40 | 103 | 34 | 40 | 63 | 60 |
| Binary | 10111000 | 1111110 | 111100 | 0 | 100000 | 1000011 | 11100 | 100000 | 110011 | 110000 |
Color Harmonies of #B87E3C
Complementary color
Monochromatic Colors of #B87E3C
Black with #B87E3C
Text Example
Text Example
White with #B87E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87E3C; }
p { color: rgb(184,126,60); }
H1.HeaderClassName
{
color: #B87E3C;
}
.AnyTagClassName
{
color: #B87E3C;
}
</style>
background-color css
<style>
a { background-color: #B87E3C; }
a { background-color: rgb(184,126,60); }
div.DivClassName
{
background-color: #B87E3C;
}
.BgClassName
{
background-color: #B87E3C;
}
</style>
border-color css
<style>
span { border-color: #B87E3C; }
span { border-color: rgb(184,126,60); }
td.TdClassName
{
border-color: #B87E3C;
}
.TagClassName
{
border-color: #B87E3C;
}
</style>