Shades of Brandy Punch #B8744C
Tints of Brandy Punch #B8744C
RGB
CMYK
RGB Variations
Color information
#B8744C (or 0xB8744C) is known color: Brandy Punch. HEX triplet: B8, 74 and 4C. RGB value is (184,116,76). Sum of RGB (Red+Green+Blue) = 184+116+76=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8744C is #478BB3. Grayscale: #848484. Windows color (decimal): -4688820 or 5010616. OLE color: 5010616.
HSL color Cylindrical-coordinate representation of color #B8744C: hue angle of 22.22º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8744C is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 116 | 76 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.28 |
| HSL | 22.22º | 0.43% | 0.51% | - |
| HSV(B) | 22.22º | 0.59% | 0.72% | - |
| XYZ | 27.32 | 23.2 | 9.88 | - |
| YUV | 131.77 | 96.53 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 116 | 76 | 0 | 0.37 | 0.59 | 0.28 | 22.22 | 0.43 | 0.51 |
| Hex | B8 | 74 | 4C | 0 | 25 | 3B | 1C | 16 | 2B | 33 |
| Octal | 270 | 164 | 114 | 0 | 45 | 73 | 34 | 26 | 53 | 63 |
| Binary | 10111000 | 1110100 | 1001100 | 0 | 100101 | 111011 | 11100 | 10110 | 101011 | 110011 |
Color Harmonies of #B8744C
Complementary color
Monochromatic Colors of #B8744C
Black with #B8744C
Text Example
Text Example
White with #B8744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8744C; }
p { color: rgb(184,116,76); }
H1.HeaderClassName
{
color: #B8744C;
}
.AnyTagClassName
{
color: #B8744C;
}
</style>
background-color css
<style>
a { background-color: #B8744C; }
a { background-color: rgb(184,116,76); }
div.DivClassName
{
background-color: #B8744C;
}
.BgClassName
{
background-color: #B8744C;
}
</style>
border-color css
<style>
span { border-color: #B8744C; }
span { border-color: rgb(184,116,76); }
td.TdClassName
{
border-color: #B8744C;
}
.TagClassName
{
border-color: #B8744C;
}
</style>