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