Shades of Brandy Punch #B67C41
Tints of Brandy Punch #B67C41
RGB
CMYK
RGB Variations
Color information
#B67C41 (or 0xB67C41) is known color: Brandy Punch. HEX triplet: B6, 7C and 41. RGB value is (182,124,65). Sum of RGB (Red+Green+Blue) = 182+124+65=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C41 is #4983BE. Grayscale: #868686. Windows color (decimal): -4817855 or 4291766. OLE color: 4291766.
HSL color Cylindrical-coordinate representation of color #B67C41: hue angle of 30.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B67C41 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 65 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.29 |
| HSL | 30.26º | 0.47% | 0.48% | - |
| HSV(B) | 30.26º | 0.64% | 0.71% | - |
| XYZ | 27.45 | 24.74 | 8.33 | - |
| YUV | 134.62 | 88.72 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 65 | 0 | 0.32 | 0.64 | 0.29 | 30.26 | 0.47 | 0.48 |
| Hex | B6 | 7C | 41 | 0 | 20 | 40 | 1D | 1E | 2F | 30 |
| Octal | 266 | 174 | 101 | 0 | 40 | 100 | 35 | 36 | 57 | 60 |
| Binary | 10110110 | 1111100 | 1000001 | 0 | 100000 | 1000000 | 11101 | 11110 | 101111 | 110000 |
Color Harmonies of #B67C41
Complementary color
Monochromatic Colors of #B67C41
Black with #B67C41
Text Example
Text Example
White with #B67C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C41; }
p { color: rgb(182,124,65); }
H1.HeaderClassName
{
color: #B67C41;
}
.AnyTagClassName
{
color: #B67C41;
}
</style>
background-color css
<style>
a { background-color: #B67C41; }
a { background-color: rgb(182,124,65); }
div.DivClassName
{
background-color: #B67C41;
}
.BgClassName
{
background-color: #B67C41;
}
</style>
border-color css
<style>
span { border-color: #B67C41; }
span { border-color: rgb(182,124,65); }
td.TdClassName
{
border-color: #B67C41;
}
.TagClassName
{
border-color: #B67C41;
}
</style>