Shades of Brandy Punch #B77C45
Tints of Brandy Punch #B77C45
RGB
CMYK
RGB Variations
Color information
#B77C45 (or 0xB77C45) is known color: Brandy Punch. HEX triplet: B7, 7C and 45. RGB value is (183,124,69). Sum of RGB (Red+Green+Blue) = 183+124+69=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C45 is #4883BA. Grayscale: #878787. Windows color (decimal): -4752315 or 4553911. OLE color: 4553911.
HSL color Cylindrical-coordinate representation of color #B77C45: hue angle of 28.95º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B77C45 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 69 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.28 |
| HSL | 28.95º | 0.45% | 0.49% | - |
| HSV(B) | 28.95º | 0.62% | 0.72% | - |
| XYZ | 27.81 | 24.91 | 8.97 | - |
| YUV | 135.37 | 90.55 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 69 | 0 | 0.32 | 0.62 | 0.28 | 28.95 | 0.45 | 0.49 |
| Hex | B7 | 7C | 45 | 0 | 20 | 3E | 1C | 1D | 2D | 31 |
| Octal | 267 | 174 | 105 | 0 | 40 | 76 | 34 | 35 | 55 | 61 |
| Binary | 10110111 | 1111100 | 1000101 | 0 | 100000 | 111110 | 11100 | 11101 | 101101 | 110001 |
Color Harmonies of #B77C45
Complementary color
Monochromatic Colors of #B77C45
Black with #B77C45
Text Example
Text Example
White with #B77C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C45; }
p { color: rgb(183,124,69); }
H1.HeaderClassName
{
color: #B77C45;
}
.AnyTagClassName
{
color: #B77C45;
}
</style>
background-color css
<style>
a { background-color: #B77C45; }
a { background-color: rgb(183,124,69); }
div.DivClassName
{
background-color: #B77C45;
}
.BgClassName
{
background-color: #B77C45;
}
</style>
border-color css
<style>
span { border-color: #B77C45; }
span { border-color: rgb(183,124,69); }
td.TdClassName
{
border-color: #B77C45;
}
.TagClassName
{
border-color: #B77C45;
}
</style>