Shades of Brandy Punch #B87944
Tints of Brandy Punch #B87944
RGB
CMYK
RGB Variations
Color information
#B87944 (or 0xB87944) is known color: Brandy Punch. HEX triplet: B8, 79 and 44. RGB value is (184,121,68). Sum of RGB (Red+Green+Blue) = 184+121+68=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B87944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87944 is #4786BB. Grayscale: #868686. Windows color (decimal): -4687548 or 4487608. OLE color: 4487608.
HSL color Cylindrical-coordinate representation of color #B87944: hue angle of 27.41º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B87944 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 68 | - |
| CMYK | 0 | 0.34 | 0.63 | 0.28 |
| HSL | 27.41º | 0.46% | 0.49% | - |
| HSV(B) | 27.41º | 0.63% | 0.72% | - |
| XYZ | 27.65 | 24.28 | 8.7 | - |
| YUV | 133.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 68 | 0 | 0.34 | 0.63 | 0.28 | 27.41 | 0.46 | 0.49 |
| Hex | B8 | 79 | 44 | 0 | 22 | 3F | 1C | 1B | 2E | 31 |
| Octal | 270 | 171 | 104 | 0 | 42 | 77 | 34 | 33 | 56 | 61 |
| Binary | 10111000 | 1111001 | 1000100 | 0 | 100010 | 111111 | 11100 | 11011 | 101110 | 110001 |
Color Harmonies of #B87944
Complementary color
Monochromatic Colors of #B87944
Black with #B87944
Text Example
Text Example
White with #B87944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87944; }
p { color: rgb(184,121,68); }
H1.HeaderClassName
{
color: #B87944;
}
.AnyTagClassName
{
color: #B87944;
}
</style>
background-color css
<style>
a { background-color: #B87944; }
a { background-color: rgb(184,121,68); }
div.DivClassName
{
background-color: #B87944;
}
.BgClassName
{
background-color: #B87944;
}
</style>
border-color css
<style>
span { border-color: #B87944; }
span { border-color: rgb(184,121,68); }
td.TdClassName
{
border-color: #B87944;
}
.TagClassName
{
border-color: #B87944;
}
</style>