Shades of Brandy Punch #B77542
Tints of Brandy Punch #B77542
RGB
CMYK
RGB Variations
Color information
#B77542 (or 0xB77542) is known color: Brandy Punch. HEX triplet: B7, 75 and 42. RGB value is (183,117,66). Sum of RGB (Red+Green+Blue) = 183+117+66=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B77542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77542 is #488ABD. Grayscale: #838383. Windows color (decimal): -4754110 or 4355511. OLE color: 4355511.
HSL color Cylindrical-coordinate representation of color #B77542: hue angle of 26.15º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B77542 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 66 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.28 |
| HSL | 26.15º | 0.47% | 0.49% | - |
| HSV(B) | 26.15º | 0.64% | 0.72% | - |
| XYZ | 26.87 | 23.18 | 8.21 | - |
| YUV | 130.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 66 | 0 | 0.36 | 0.64 | 0.28 | 26.15 | 0.47 | 0.49 |
| Hex | B7 | 75 | 42 | 0 | 24 | 40 | 1C | 1A | 2F | 31 |
| Octal | 267 | 165 | 102 | 0 | 44 | 100 | 34 | 32 | 57 | 61 |
| Binary | 10110111 | 1110101 | 1000010 | 0 | 100100 | 1000000 | 11100 | 11010 | 101111 | 110001 |
Color Harmonies of #B77542
Complementary color
Monochromatic Colors of #B77542
Black with #B77542
Text Example
Text Example
White with #B77542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77542; }
p { color: rgb(183,117,66); }
H1.HeaderClassName
{
color: #B77542;
}
.AnyTagClassName
{
color: #B77542;
}
</style>
background-color css
<style>
a { background-color: #B77542; }
a { background-color: rgb(183,117,66); }
div.DivClassName
{
background-color: #B77542;
}
.BgClassName
{
background-color: #B77542;
}
</style>
border-color css
<style>
span { border-color: #B77542; }
span { border-color: rgb(183,117,66); }
td.TdClassName
{
border-color: #B77542;
}
.TagClassName
{
border-color: #B77542;
}
</style>