Shades of Brandy Punch #B07C41
Tints of Brandy Punch #B07C41
RGB
CMYK
RGB Variations
Color information
#B07C41 (or 0xB07C41) is known color: Brandy Punch. HEX triplet: B0, 7C and 41. RGB value is (176,124,65). Sum of RGB (Red+Green+Blue) = 176+124+65=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B07C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07C41 is #4F83BE. Grayscale: #858585. Windows color (decimal): -5211071 or 4291760. OLE color: 4291760.
HSL color Cylindrical-coordinate representation of color #B07C41: hue angle of 31.89º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B07C41 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 124 | 65 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.31 |
| HSL | 31.89º | 0.46% | 0.47% | - |
| HSV(B) | 31.89º | 0.63% | 0.69% | - |
| XYZ | 26.07 | 24.03 | 8.26 | - |
| YUV | 132.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 65 | 0 | 0.30 | 0.63 | 0.31 | 31.89 | 0.46 | 0.47 |
| Hex | B0 | 7C | 41 | 0 | 1E | 3F | 1F | 20 | 2E | 2F |
| Octal | 260 | 174 | 101 | 0 | 36 | 77 | 37 | 40 | 56 | 57 |
| Binary | 10110000 | 1111100 | 1000001 | 0 | 11110 | 111111 | 11111 | 100000 | 101110 | 101111 |
Color Harmonies of #B07C41
Complementary color
Monochromatic Colors of #B07C41
Black with #B07C41
Text Example
Text Example
White with #B07C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07C41; }
p { color: rgb(176,124,65); }
H1.HeaderClassName
{
color: #B07C41;
}
.AnyTagClassName
{
color: #B07C41;
}
</style>
background-color css
<style>
a { background-color: #B07C41; }
a { background-color: rgb(176,124,65); }
div.DivClassName
{
background-color: #B07C41;
}
.BgClassName
{
background-color: #B07C41;
}
</style>
border-color css
<style>
span { border-color: #B07C41; }
span { border-color: rgb(176,124,65); }
td.TdClassName
{
border-color: #B07C41;
}
.TagClassName
{
border-color: #B07C41;
}
</style>