Shades of Brandy Punch #B67C52
Tints of Brandy Punch #B67C52
RGB
CMYK
RGB Variations
Color information
#B67C52 (or 0xB67C52) is known color: Brandy Punch. HEX triplet: B6, 7C and 52. RGB value is (182,124,82). Sum of RGB (Red+Green+Blue) = 182+124+82=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 82 (32.42% from 255 or 21.13% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67C52 is #4983AD. Grayscale: #888888. Windows color (decimal): -4817838 or 5405878. OLE color: 5405878.
HSL color Cylindrical-coordinate representation of color #B67C52: hue angle of 25.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B67C52 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 82 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.29 |
| HSL | 25.2º | 0.41% | 0.52% | - |
| HSV(B) | 25.2º | 0.55% | 0.71% | - |
| XYZ | 28.02 | 24.97 | 11.33 | - |
| YUV | 136.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 82 | 0 | 0.32 | 0.55 | 0.29 | 25.2 | 0.41 | 0.52 |
| Hex | B6 | 7C | 52 | 0 | 20 | 37 | 1D | 19 | 29 | 34 |
| Octal | 266 | 174 | 122 | 0 | 40 | 67 | 35 | 31 | 51 | 64 |
| Binary | 10110110 | 1111100 | 1010010 | 0 | 100000 | 110111 | 11101 | 11001 | 101001 | 110100 |
Color Harmonies of #B67C52
Complementary color
Monochromatic Colors of #B67C52
Black with #B67C52
Text Example
Text Example
White with #B67C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C52; }
p { color: rgb(182,124,82); }
H1.HeaderClassName
{
color: #B67C52;
}
.AnyTagClassName
{
color: #B67C52;
}
</style>
background-color css
<style>
a { background-color: #B67C52; }
a { background-color: rgb(182,124,82); }
div.DivClassName
{
background-color: #B67C52;
}
.BgClassName
{
background-color: #B67C52;
}
</style>
border-color css
<style>
span { border-color: #B67C52; }
span { border-color: rgb(182,124,82); }
td.TdClassName
{
border-color: #B67C52;
}
.TagClassName
{
border-color: #B67C52;
}
</style>