Shades of Brandy Punch #BB7347
Tints of Brandy Punch #BB7347
RGB
CMYK
RGB Variations
Color information
#BB7347 (or 0xBB7347) is known color: Brandy Punch. HEX triplet: BB, 73 and 47. RGB value is (187,115,71). Sum of RGB (Red+Green+Blue) = 187+115+71=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7347 is #448CB8. Grayscale: #838383. Windows color (decimal): -4492473 or 4682683. OLE color: 4682683.
HSL color Cylindrical-coordinate representation of color #BB7347: hue angle of 22.76º 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 #BB7347 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 71 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.27 |
| HSL | 22.76º | 0.46% | 0.51% | - |
| HSV(B) | 22.76º | 0.62% | 0.73% | - |
| XYZ | 27.76 | 23.28 | 8.99 | - |
| YUV | 131.51 | 93.85 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 71 | 0 | 0.39 | 0.62 | 0.27 | 22.76 | 0.46 | 0.51 |
| Hex | BB | 73 | 47 | 0 | 27 | 3E | 1B | 17 | 2E | 33 |
| Octal | 273 | 163 | 107 | 0 | 47 | 76 | 33 | 27 | 56 | 63 |
| Binary | 10111011 | 1110011 | 1000111 | 0 | 100111 | 111110 | 11011 | 10111 | 101110 | 110011 |
Color Harmonies of #BB7347
Complementary color
Monochromatic Colors of #BB7347
Black with #BB7347
Text Example
Text Example
White with #BB7347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7347; }
p { color: rgb(187,115,71); }
H1.HeaderClassName
{
color: #BB7347;
}
.AnyTagClassName
{
color: #BB7347;
}
</style>
background-color css
<style>
a { background-color: #BB7347; }
a { background-color: rgb(187,115,71); }
div.DivClassName
{
background-color: #BB7347;
}
.BgClassName
{
background-color: #BB7347;
}
</style>
border-color css
<style>
span { border-color: #BB7347; }
span { border-color: rgb(187,115,71); }
td.TdClassName
{
border-color: #BB7347;
}
.TagClassName
{
border-color: #BB7347;
}
</style>