Shades of Brandy Punch #B67B4D
Tints of Brandy Punch #B67B4D
RGB
CMYK
RGB Variations
Color information
#B67B4D (or 0xB67B4D) is known color: Brandy Punch. HEX triplet: B6, 7B and 4D. RGB value is (182,123,77). Sum of RGB (Red+Green+Blue) = 182+123+77=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B4D is #4984B2. Grayscale: #878787. Windows color (decimal): -4818099 or 5077942. OLE color: 5077942.
HSL color Cylindrical-coordinate representation of color #B67B4D: hue angle of 26.29º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B67B4D is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 77 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.29 |
| HSL | 26.29º | 0.42% | 0.51% | - |
| HSV(B) | 26.29º | 0.58% | 0.71% | - |
| XYZ | 27.71 | 24.65 | 10.32 | - |
| YUV | 135.4 | 95.05 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 77 | 0 | 0.32 | 0.58 | 0.29 | 26.29 | 0.42 | 0.51 |
| Hex | B6 | 7B | 4D | 0 | 20 | 3A | 1D | 1A | 2A | 33 |
| Octal | 266 | 173 | 115 | 0 | 40 | 72 | 35 | 32 | 52 | 63 |
| Binary | 10110110 | 1111011 | 1001101 | 0 | 100000 | 111010 | 11101 | 11010 | 101010 | 110011 |
Color Harmonies of #B67B4D
Complementary color
Monochromatic Colors of #B67B4D
Black with #B67B4D
Text Example
Text Example
White with #B67B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67B4D; }
p { color: rgb(182,123,77); }
H1.HeaderClassName
{
color: #B67B4D;
}
.AnyTagClassName
{
color: #B67B4D;
}
</style>
background-color css
<style>
a { background-color: #B67B4D; }
a { background-color: rgb(182,123,77); }
div.DivClassName
{
background-color: #B67B4D;
}
.BgClassName
{
background-color: #B67B4D;
}
</style>
border-color css
<style>
span { border-color: #B67B4D; }
span { border-color: rgb(182,123,77); }
td.TdClassName
{
border-color: #B67B4D;
}
.TagClassName
{
border-color: #B67B4D;
}
</style>