Shades of Brandy Punch #B67F40
Tints of Brandy Punch #B67F40
RGB
CMYK
RGB Variations
Color information
#B67F40 (or 0xB67F40) is known color: Brandy Punch. HEX triplet: B6, 7F and 40. RGB value is (182,127,64). Sum of RGB (Red+Green+Blue) = 182+127+64=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67F40 is #4980BF. Grayscale: #888888. Windows color (decimal): -4817088 or 4226998. OLE color: 4226998.
HSL color Cylindrical-coordinate representation of color #B67F40: hue angle of 32.03º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B67F40 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 127 | 64 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.29 |
| HSL | 32.03º | 0.48% | 0.48% | - |
| HSV(B) | 32.03º | 0.65% | 0.71% | - |
| XYZ | 27.81 | 25.49 | 8.31 | - |
| YUV | 136.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 127 | 64 | 0 | 0.30 | 0.65 | 0.29 | 32.03 | 0.48 | 0.48 |
| Hex | B6 | 7F | 40 | 0 | 1E | 41 | 1D | 20 | 30 | 30 |
| Octal | 266 | 177 | 100 | 0 | 36 | 101 | 35 | 40 | 60 | 60 |
| Binary | 10110110 | 1111111 | 1000000 | 0 | 11110 | 1000001 | 11101 | 100000 | 110000 | 110000 |
Color Harmonies of #B67F40
Complementary color
Monochromatic Colors of #B67F40
Black with #B67F40
Text Example
Text Example
White with #B67F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67F40; }
p { color: rgb(182,127,64); }
H1.HeaderClassName
{
color: #B67F40;
}
.AnyTagClassName
{
color: #B67F40;
}
</style>
background-color css
<style>
a { background-color: #B67F40; }
a { background-color: rgb(182,127,64); }
div.DivClassName
{
background-color: #B67F40;
}
.BgClassName
{
background-color: #B67F40;
}
</style>
border-color css
<style>
span { border-color: #B67F40; }
span { border-color: rgb(182,127,64); }
td.TdClassName
{
border-color: #B67F40;
}
.TagClassName
{
border-color: #B67F40;
}
</style>