Shades of Brandy Punch #B87640
Tints of Brandy Punch #B87640
RGB
CMYK
RGB Variations
Color information
#B87640 (or 0xB87640) is known color: Brandy Punch. HEX triplet: B8, 76 and 40. RGB value is (184,118,64). Sum of RGB (Red+Green+Blue) = 184+118+64=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B87640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87640 is #4789BF. Grayscale: #838383. Windows color (decimal): -4688320 or 4224696. OLE color: 4224696.
HSL color Cylindrical-coordinate representation of color #B87640: hue angle of 27º 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 #B87640 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 64 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.28 |
| HSL | 27º | 0.48% | 0.49% | - |
| HSV(B) | 27º | 0.65% | 0.72% | - |
| XYZ | 27.17 | 23.52 | 7.96 | - |
| YUV | 131.58 | 89.87 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 64 | 0 | 0.36 | 0.65 | 0.28 | 27 | 0.48 | 0.49 |
| Hex | B8 | 76 | 40 | 0 | 24 | 41 | 1C | 1B | 30 | 31 |
| Octal | 270 | 166 | 100 | 0 | 44 | 101 | 34 | 33 | 60 | 61 |
| Binary | 10111000 | 1110110 | 1000000 | 0 | 100100 | 1000001 | 11100 | 11011 | 110000 | 110001 |
Color Harmonies of #B87640
Complementary color
Monochromatic Colors of #B87640
Black with #B87640
Text Example
Text Example
White with #B87640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87640; }
p { color: rgb(184,118,64); }
H1.HeaderClassName
{
color: #B87640;
}
.AnyTagClassName
{
color: #B87640;
}
</style>
background-color css
<style>
a { background-color: #B87640; }
a { background-color: rgb(184,118,64); }
div.DivClassName
{
background-color: #B87640;
}
.BgClassName
{
background-color: #B87640;
}
</style>
border-color css
<style>
span { border-color: #B87640; }
span { border-color: rgb(184,118,64); }
td.TdClassName
{
border-color: #B87640;
}
.TagClassName
{
border-color: #B87640;
}
</style>