Shades of Brandy Punch #BB7F40
Tints of Brandy Punch #BB7F40
RGB
CMYK
RGB Variations
Color information
#BB7F40 (or 0xBB7F40) is known color: Brandy Punch. HEX triplet: BB, 7F and 40. RGB value is (187,127,64). Sum of RGB (Red+Green+Blue) = 187+127+64=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7F40 is #4480BF. Grayscale: #8A8A8A. Windows color (decimal): -4489408 or 4227003. OLE color: 4227003.
HSL color Cylindrical-coordinate representation of color #BB7F40: hue angle of 30.73º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB7F40 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 127 | 64 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.27 |
| HSL | 30.73º | 0.49% | 0.49% | - |
| HSV(B) | 30.73º | 0.66% | 0.73% | - |
| XYZ | 29.01 | 26.11 | 8.36 | - |
| YUV | 137.76 | 86.38 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 127 | 64 | 0 | 0.32 | 0.66 | 0.27 | 30.73 | 0.49 | 0.49 |
| Hex | BB | 7F | 40 | 0 | 20 | 42 | 1B | 1F | 31 | 31 |
| Octal | 273 | 177 | 100 | 0 | 40 | 102 | 33 | 37 | 61 | 61 |
| Binary | 10111011 | 1111111 | 1000000 | 0 | 100000 | 1000010 | 11011 | 11111 | 110001 | 110001 |
Color Harmonies of #BB7F40
Complementary color
Monochromatic Colors of #BB7F40
Black with #BB7F40
Text Example
Text Example
White with #BB7F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7F40; }
p { color: rgb(187,127,64); }
H1.HeaderClassName
{
color: #BB7F40;
}
.AnyTagClassName
{
color: #BB7F40;
}
</style>
background-color css
<style>
a { background-color: #BB7F40; }
a { background-color: rgb(187,127,64); }
div.DivClassName
{
background-color: #BB7F40;
}
.BgClassName
{
background-color: #BB7F40;
}
</style>
border-color css
<style>
span { border-color: #BB7F40; }
span { border-color: rgb(187,127,64); }
td.TdClassName
{
border-color: #BB7F40;
}
.TagClassName
{
border-color: #BB7F40;
}
</style>