Shades of Brandy Punch #B07C40
Tints of Brandy Punch #B07C40
RGB
CMYK
RGB Variations
Color information
#B07C40 (or 0xB07C40) is known color: Brandy Punch. HEX triplet: B0, 7C and 40. RGB value is (176,124,64). Sum of RGB (Red+Green+Blue) = 176+124+64=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C40 is #4F83BF. Grayscale: #858585. Windows color (decimal): -5211072 or 4226224. OLE color: 4226224.
HSL color Cylindrical-coordinate representation of color #B07C40: hue angle of 32.14º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B07C40 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 64 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.31 |
| HSL | 32.14º | 0.47% | 0.47% | - |
| HSV(B) | 32.14º | 0.64% | 0.69% | - |
| XYZ | 26.04 | 24.02 | 8.11 | - |
| YUV | 132.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 64 | 0 | 0.30 | 0.64 | 0.31 | 32.14 | 0.47 | 0.47 |
| Hex | B0 | 7C | 40 | 0 | 1E | 40 | 1F | 20 | 2F | 2F |
| Octal | 260 | 174 | 100 | 0 | 36 | 100 | 37 | 40 | 57 | 57 |
| Binary | 10110000 | 1111100 | 1000000 | 0 | 11110 | 1000000 | 11111 | 100000 | 101111 | 101111 |
Color Harmonies of #B07C40
Complementary color
Monochromatic Colors of #B07C40
Black with #B07C40
Text Example
Text Example
White with #B07C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C40; }
p { color: rgb(176,124,64); }
H1.HeaderClassName
{
color: #B07C40;
}
.AnyTagClassName
{
color: #B07C40;
}
</style>
background-color css
<style>
a { background-color: #B07C40; }
a { background-color: rgb(176,124,64); }
div.DivClassName
{
background-color: #B07C40;
}
.BgClassName
{
background-color: #B07C40;
}
</style>
border-color css
<style>
span { border-color: #B07C40; }
span { border-color: rgb(176,124,64); }
td.TdClassName
{
border-color: #B07C40;
}
.TagClassName
{
border-color: #B07C40;
}
</style>