Shades of Brandy Punch #BB7B49
Tints of Brandy Punch #BB7B49
RGB
CMYK
RGB Variations
Color information
#BB7B49 (or 0xBB7B49) is known color: Brandy Punch. HEX triplet: BB, 7B and 49. RGB value is (187,123,73). Sum of RGB (Red+Green+Blue) = 187+123+73=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B49 is #4484B6. Grayscale: #888888. Windows color (decimal): -4490423 or 4815803. OLE color: 4815803.
HSL color Cylindrical-coordinate representation of color #BB7B49: hue angle of 26.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB7B49 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 73 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.27 |
| HSL | 26.32º | 0.46% | 0.51% | - |
| HSV(B) | 26.32º | 0.61% | 0.73% | - |
| XYZ | 28.78 | 25.21 | 9.65 | - |
| YUV | 136.44 | 92.2 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 73 | 0 | 0.34 | 0.61 | 0.27 | 26.32 | 0.46 | 0.51 |
| Hex | BB | 7B | 49 | 0 | 22 | 3D | 1B | 1A | 2E | 33 |
| Octal | 273 | 173 | 111 | 0 | 42 | 75 | 33 | 32 | 56 | 63 |
| Binary | 10111011 | 1111011 | 1001001 | 0 | 100010 | 111101 | 11011 | 11010 | 101110 | 110011 |
Color Harmonies of #BB7B49
Complementary color
Monochromatic Colors of #BB7B49
Black with #BB7B49
Text Example
Text Example
White with #BB7B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B49; }
p { color: rgb(187,123,73); }
H1.HeaderClassName
{
color: #BB7B49;
}
.AnyTagClassName
{
color: #BB7B49;
}
</style>
background-color css
<style>
a { background-color: #BB7B49; }
a { background-color: rgb(187,123,73); }
div.DivClassName
{
background-color: #BB7B49;
}
.BgClassName
{
background-color: #BB7B49;
}
</style>
border-color css
<style>
span { border-color: #BB7B49; }
span { border-color: rgb(187,123,73); }
td.TdClassName
{
border-color: #BB7B49;
}
.TagClassName
{
border-color: #BB7B49;
}
</style>