Shades of Brandy Punch #BB7346
Tints of Brandy Punch #BB7346
RGB
CMYK
RGB Variations
Color information
#BB7346 (or 0xBB7346) is known color: Brandy Punch. HEX triplet: BB, 73 and 46. RGB value is (187,115,70). Sum of RGB (Red+Green+Blue) = 187+115+70=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7346 is #448CB9. Grayscale: #838383. Windows color (decimal): -4492474 or 4617147. OLE color: 4617147.
HSL color Cylindrical-coordinate representation of color #BB7346: hue angle of 23.08º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB7346 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 70 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.27 |
| HSL | 23.08º | 0.46% | 0.5% | - |
| HSV(B) | 23.08º | 0.63% | 0.73% | - |
| XYZ | 27.73 | 23.27 | 8.82 | - |
| YUV | 131.4 | 93.35 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 70 | 0 | 0.39 | 0.63 | 0.27 | 23.08 | 0.46 | 0.5 |
| Hex | BB | 73 | 46 | 0 | 27 | 3F | 1B | 17 | 2E | 32 |
| Octal | 273 | 163 | 106 | 0 | 47 | 77 | 33 | 27 | 56 | 62 |
| Binary | 10111011 | 1110011 | 1000110 | 0 | 100111 | 111111 | 11011 | 10111 | 101110 | 110010 |
Color Harmonies of #BB7346
Complementary color
Monochromatic Colors of #BB7346
Black with #BB7346
Text Example
Text Example
White with #BB7346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7346; }
p { color: rgb(187,115,70); }
H1.HeaderClassName
{
color: #BB7346;
}
.AnyTagClassName
{
color: #BB7346;
}
</style>
background-color css
<style>
a { background-color: #BB7346; }
a { background-color: rgb(187,115,70); }
div.DivClassName
{
background-color: #BB7346;
}
.BgClassName
{
background-color: #BB7346;
}
</style>
border-color css
<style>
span { border-color: #BB7346; }
span { border-color: rgb(187,115,70); }
td.TdClassName
{
border-color: #BB7346;
}
.TagClassName
{
border-color: #BB7346;
}
</style>