Shades of Brandy Punch #B87647
Tints of Brandy Punch #B87647
RGB
CMYK
RGB Variations
Color information
#B87647 (or 0xB87647) is known color: Brandy Punch. HEX triplet: B8, 76 and 47. RGB value is (184,118,71). Sum of RGB (Red+Green+Blue) = 184+118+71=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B87647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87647 is #4789B8. Grayscale: #848484. Windows color (decimal): -4688313 or 4683448. OLE color: 4683448.
HSL color Cylindrical-coordinate representation of color #B87647: hue angle of 24.96º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B87647 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 118 | 71 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.28 |
| HSL | 24.96º | 0.44% | 0.5% | - |
| HSV(B) | 24.96º | 0.61% | 0.72% | - |
| XYZ | 27.38 | 23.6 | 9.07 | - |
| YUV | 132.38 | 93.37 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 118 | 71 | 0 | 0.36 | 0.61 | 0.28 | 24.96 | 0.44 | 0.5 |
| Hex | B8 | 76 | 47 | 0 | 24 | 3D | 1C | 19 | 2C | 32 |
| Octal | 270 | 166 | 107 | 0 | 44 | 75 | 34 | 31 | 54 | 62 |
| Binary | 10111000 | 1110110 | 1000111 | 0 | 100100 | 111101 | 11100 | 11001 | 101100 | 110010 |
Color Harmonies of #B87647
Complementary color
Monochromatic Colors of #B87647
Black with #B87647
Text Example
Text Example
White with #B87647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87647; }
p { color: rgb(184,118,71); }
H1.HeaderClassName
{
color: #B87647;
}
.AnyTagClassName
{
color: #B87647;
}
</style>
background-color css
<style>
a { background-color: #B87647; }
a { background-color: rgb(184,118,71); }
div.DivClassName
{
background-color: #B87647;
}
.BgClassName
{
background-color: #B87647;
}
</style>
border-color css
<style>
span { border-color: #B87647; }
span { border-color: rgb(184,118,71); }
td.TdClassName
{
border-color: #B87647;
}
.TagClassName
{
border-color: #B87647;
}
</style>