Shades of Brandy Punch #BB7643
Tints of Brandy Punch #BB7643
RGB
CMYK
RGB Variations
Color information
#BB7643 (or 0xBB7643) is known color: Brandy Punch. HEX triplet: BB, 76 and 43. RGB value is (187,118,67). Sum of RGB (Red+Green+Blue) = 187+118+67=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7643 is #4489BC. Grayscale: #858585. Windows color (decimal): -4491709 or 4421307. OLE color: 4421307.
HSL color Cylindrical-coordinate representation of color #BB7643: hue angle of 25.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB7643 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 118 | 67 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.27 |
| HSL | 25.5º | 0.47% | 0.5% | - |
| HSV(B) | 25.5º | 0.64% | 0.73% | - |
| XYZ | 27.99 | 23.93 | 8.45 | - |
| YUV | 132.82 | 90.86 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 67 | 0 | 0.37 | 0.64 | 0.27 | 25.5 | 0.47 | 0.5 |
| Hex | BB | 76 | 43 | 0 | 25 | 40 | 1B | 1A | 2F | 32 |
| Octal | 273 | 166 | 103 | 0 | 45 | 100 | 33 | 32 | 57 | 62 |
| Binary | 10111011 | 1110110 | 1000011 | 0 | 100101 | 1000000 | 11011 | 11010 | 101111 | 110010 |
Color Harmonies of #BB7643
Complementary color
Monochromatic Colors of #BB7643
Black with #BB7643
Text Example
Text Example
White with #BB7643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7643; }
p { color: rgb(187,118,67); }
H1.HeaderClassName
{
color: #BB7643;
}
.AnyTagClassName
{
color: #BB7643;
}
</style>
background-color css
<style>
a { background-color: #BB7643; }
a { background-color: rgb(187,118,67); }
div.DivClassName
{
background-color: #BB7643;
}
.BgClassName
{
background-color: #BB7643;
}
</style>
border-color css
<style>
span { border-color: #BB7643; }
span { border-color: rgb(187,118,67); }
td.TdClassName
{
border-color: #BB7643;
}
.TagClassName
{
border-color: #BB7643;
}
</style>