Shades of Brandy Punch #B77C43
Tints of Brandy Punch #B77C43
RGB
CMYK
RGB Variations
Color information
#B77C43 (or 0xB77C43) is known color: Brandy Punch. HEX triplet: B7, 7C and 43. RGB value is (183,124,67). Sum of RGB (Red+Green+Blue) = 183+124+67=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C43 is #4883BC. Grayscale: #878787. Windows color (decimal): -4752317 or 4422839. OLE color: 4422839.
HSL color Cylindrical-coordinate representation of color #B77C43: hue angle of 29.48º 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 #B77C43 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 67 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.28 |
| HSL | 29.48º | 0.46% | 0.49% | - |
| HSV(B) | 29.48º | 0.63% | 0.72% | - |
| XYZ | 27.75 | 24.89 | 8.65 | - |
| YUV | 135.14 | 89.55 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 67 | 0 | 0.32 | 0.63 | 0.28 | 29.48 | 0.46 | 0.49 |
| Hex | B7 | 7C | 43 | 0 | 20 | 3F | 1C | 1D | 2E | 31 |
| Octal | 267 | 174 | 103 | 0 | 40 | 77 | 34 | 35 | 56 | 61 |
| Binary | 10110111 | 1111100 | 1000011 | 0 | 100000 | 111111 | 11100 | 11101 | 101110 | 110001 |
Color Harmonies of #B77C43
Complementary color
Monochromatic Colors of #B77C43
Black with #B77C43
Text Example
Text Example
White with #B77C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C43; }
p { color: rgb(183,124,67); }
H1.HeaderClassName
{
color: #B77C43;
}
.AnyTagClassName
{
color: #B77C43;
}
</style>
background-color css
<style>
a { background-color: #B77C43; }
a { background-color: rgb(183,124,67); }
div.DivClassName
{
background-color: #B77C43;
}
.BgClassName
{
background-color: #B77C43;
}
</style>
border-color css
<style>
span { border-color: #B77C43; }
span { border-color: rgb(183,124,67); }
td.TdClassName
{
border-color: #B77C43;
}
.TagClassName
{
border-color: #B77C43;
}
</style>