Shades of Brandy Punch #B77D4B
Tints of Brandy Punch #B77D4B
RGB
CMYK
RGB Variations
Color information
#B77D4B (or 0xB77D4B) is known color: Brandy Punch. HEX triplet: B7, 7D and 4B. RGB value is (183,125,75). Sum of RGB (Red+Green+Blue) = 183+125+75=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D4B is #4882B4. Grayscale: #888888. Windows color (decimal): -4752053 or 4947383. OLE color: 4947383.
HSL color Cylindrical-coordinate representation of color #B77D4B: hue angle of 27.78º 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 #B77D4B is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 75 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.28 |
| HSL | 27.78º | 0.43% | 0.51% | - |
| HSV(B) | 27.78º | 0.59% | 0.72% | - |
| XYZ | 28.13 | 25.24 | 10.05 | - |
| YUV | 136.64 | 93.22 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 75 | 0 | 0.32 | 0.59 | 0.28 | 27.78 | 0.43 | 0.51 |
| Hex | B7 | 7D | 4B | 0 | 20 | 3B | 1C | 1C | 2B | 33 |
| Octal | 267 | 175 | 113 | 0 | 40 | 73 | 34 | 34 | 53 | 63 |
| Binary | 10110111 | 1111101 | 1001011 | 0 | 100000 | 111011 | 11100 | 11100 | 101011 | 110011 |
Color Harmonies of #B77D4B
Complementary color
Monochromatic Colors of #B77D4B
Black with #B77D4B
Text Example
Text Example
White with #B77D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D4B; }
p { color: rgb(183,125,75); }
H1.HeaderClassName
{
color: #B77D4B;
}
.AnyTagClassName
{
color: #B77D4B;
}
</style>
background-color css
<style>
a { background-color: #B77D4B; }
a { background-color: rgb(183,125,75); }
div.DivClassName
{
background-color: #B77D4B;
}
.BgClassName
{
background-color: #B77D4B;
}
</style>
border-color css
<style>
span { border-color: #B77D4B; }
span { border-color: rgb(183,125,75); }
td.TdClassName
{
border-color: #B77D4B;
}
.TagClassName
{
border-color: #B77D4B;
}
</style>