Shades of Brandy Punch #B67C43
Tints of Brandy Punch #B67C43
RGB
CMYK
RGB Variations
Color information
#B67C43 (or 0xB67C43) is known color: Brandy Punch. HEX triplet: B6, 7C and 43. RGB value is (182,124,67). Sum of RGB (Red+Green+Blue) = 182+124+67=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C43 is #4983BC. Grayscale: #878787. Windows color (decimal): -4817853 or 4422838. OLE color: 4422838.
HSL color Cylindrical-coordinate representation of color #B67C43: hue angle of 29.74º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B67C43 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 67 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.29 |
| HSL | 29.74º | 0.46% | 0.49% | - |
| HSV(B) | 29.74º | 0.63% | 0.71% | - |
| XYZ | 27.51 | 24.77 | 8.64 | - |
| YUV | 134.84 | 89.72 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 67 | 0 | 0.32 | 0.63 | 0.29 | 29.74 | 0.46 | 0.49 |
| Hex | B6 | 7C | 43 | 0 | 20 | 3F | 1D | 1E | 2E | 31 |
| Octal | 266 | 174 | 103 | 0 | 40 | 77 | 35 | 36 | 56 | 61 |
| Binary | 10110110 | 1111100 | 1000011 | 0 | 100000 | 111111 | 11101 | 11110 | 101110 | 110001 |
Color Harmonies of #B67C43
Complementary color
Monochromatic Colors of #B67C43
Black with #B67C43
Text Example
Text Example
White with #B67C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C43; }
p { color: rgb(182,124,67); }
H1.HeaderClassName
{
color: #B67C43;
}
.AnyTagClassName
{
color: #B67C43;
}
</style>
background-color css
<style>
a { background-color: #B67C43; }
a { background-color: rgb(182,124,67); }
div.DivClassName
{
background-color: #B67C43;
}
.BgClassName
{
background-color: #B67C43;
}
</style>
border-color css
<style>
span { border-color: #B67C43; }
span { border-color: rgb(182,124,67); }
td.TdClassName
{
border-color: #B67C43;
}
.TagClassName
{
border-color: #B67C43;
}
</style>