Shades of Brandy Punch #BB7747
Tints of Brandy Punch #BB7747
RGB
CMYK
RGB Variations
Color information
#BB7747 (or 0xBB7747) is known color: Brandy Punch. HEX triplet: BB, 77 and 47. RGB value is (187,119,71). Sum of RGB (Red+Green+Blue) = 187+119+71=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7747 is #4488B8. Grayscale: #868686. Windows color (decimal): -4491449 or 4683707. OLE color: 4683707.
HSL color Cylindrical-coordinate representation of color #BB7747: hue angle of 24.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB7747 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 71 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.27 |
| HSL | 24.83º | 0.46% | 0.51% | - |
| HSV(B) | 24.83º | 0.62% | 0.73% | - |
| XYZ | 28.23 | 24.21 | 9.15 | - |
| YUV | 133.86 | 92.53 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 71 | 0 | 0.36 | 0.62 | 0.27 | 24.83 | 0.46 | 0.51 |
| Hex | BB | 77 | 47 | 0 | 24 | 3E | 1B | 19 | 2E | 33 |
| Octal | 273 | 167 | 107 | 0 | 44 | 76 | 33 | 31 | 56 | 63 |
| Binary | 10111011 | 1110111 | 1000111 | 0 | 100100 | 111110 | 11011 | 11001 | 101110 | 110011 |
Color Harmonies of #BB7747
Complementary color
Monochromatic Colors of #BB7747
Black with #BB7747
Text Example
Text Example
White with #BB7747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7747; }
p { color: rgb(187,119,71); }
H1.HeaderClassName
{
color: #BB7747;
}
.AnyTagClassName
{
color: #BB7747;
}
</style>
background-color css
<style>
a { background-color: #BB7747; }
a { background-color: rgb(187,119,71); }
div.DivClassName
{
background-color: #BB7747;
}
.BgClassName
{
background-color: #BB7747;
}
</style>
border-color css
<style>
span { border-color: #BB7747; }
span { border-color: rgb(187,119,71); }
td.TdClassName
{
border-color: #BB7747;
}
.TagClassName
{
border-color: #BB7747;
}
</style>