Shades of Brandy Punch #B77641
Tints of Brandy Punch #B77641
RGB
CMYK
RGB Variations
Color information
#B77641 (or 0xB77641) is known color: Brandy Punch. HEX triplet: B7, 76 and 41. RGB value is (183,118,65). Sum of RGB (Red+Green+Blue) = 183+118+65=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B77641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77641 is #4889BE. Grayscale: #838383. Windows color (decimal): -4753855 or 4290231. OLE color: 4290231.
HSL color Cylindrical-coordinate representation of color #B77641: hue angle of 26.95º degrees, saturation: 0.48, 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 #B77641 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 65 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.28 |
| HSL | 26.95º | 0.48% | 0.49% | - |
| HSV(B) | 26.95º | 0.64% | 0.72% | - |
| XYZ | 26.96 | 23.41 | 8.1 | - |
| YUV | 131.39 | 90.53 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 65 | 0 | 0.36 | 0.64 | 0.28 | 26.95 | 0.48 | 0.49 |
| Hex | B7 | 76 | 41 | 0 | 24 | 40 | 1C | 1B | 30 | 31 |
| Octal | 267 | 166 | 101 | 0 | 44 | 100 | 34 | 33 | 60 | 61 |
| Binary | 10110111 | 1110110 | 1000001 | 0 | 100100 | 1000000 | 11100 | 11011 | 110000 | 110001 |
Color Harmonies of #B77641
Complementary color
Monochromatic Colors of #B77641
Black with #B77641
Text Example
Text Example
White with #B77641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77641; }
p { color: rgb(183,118,65); }
H1.HeaderClassName
{
color: #B77641;
}
.AnyTagClassName
{
color: #B77641;
}
</style>
background-color css
<style>
a { background-color: #B77641; }
a { background-color: rgb(183,118,65); }
div.DivClassName
{
background-color: #B77641;
}
.BgClassName
{
background-color: #B77641;
}
</style>
border-color css
<style>
span { border-color: #B77641; }
span { border-color: rgb(183,118,65); }
td.TdClassName
{
border-color: #B77641;
}
.TagClassName
{
border-color: #B77641;
}
</style>