Shades of Brandy Punch #B67A3E
Tints of Brandy Punch #B67A3E
RGB
CMYK
RGB Variations
Color information
#B67A3E (or 0xB67A3E) is known color: Brandy Punch. HEX triplet: B6, 7A and 3E. RGB value is (182,122,62). Sum of RGB (Red+Green+Blue) = 182+122+62=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67A3E is #4985C1. Grayscale: #858585. Windows color (decimal): -4818370 or 4094646. OLE color: 4094646.
HSL color Cylindrical-coordinate representation of color #B67A3E: hue angle of 30º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B67A3E is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 62 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.29 |
| HSL | 30º | 0.49% | 0.48% | - |
| HSV(B) | 30º | 0.66% | 0.71% | - |
| XYZ | 27.12 | 24.21 | 7.8 | - |
| YUV | 133.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 62 | 0 | 0.33 | 0.66 | 0.29 | 30 | 0.49 | 0.48 |
| Hex | B6 | 7A | 3E | 0 | 21 | 42 | 1D | 1E | 31 | 30 |
| Octal | 266 | 172 | 76 | 0 | 41 | 102 | 35 | 36 | 61 | 60 |
| Binary | 10110110 | 1111010 | 111110 | 0 | 100001 | 1000010 | 11101 | 11110 | 110001 | 110000 |
Color Harmonies of #B67A3E
Complementary color
Monochromatic Colors of #B67A3E
Black with #B67A3E
Text Example
Text Example
White with #B67A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A3E; }
p { color: rgb(182,122,62); }
H1.HeaderClassName
{
color: #B67A3E;
}
.AnyTagClassName
{
color: #B67A3E;
}
</style>
background-color css
<style>
a { background-color: #B67A3E; }
a { background-color: rgb(182,122,62); }
div.DivClassName
{
background-color: #B67A3E;
}
.BgClassName
{
background-color: #B67A3E;
}
</style>
border-color css
<style>
span { border-color: #B67A3E; }
span { border-color: rgb(182,122,62); }
td.TdClassName
{
border-color: #B67A3E;
}
.TagClassName
{
border-color: #B67A3E;
}
</style>