Shades of Brandy Punch #BE7E43
Tints of Brandy Punch #BE7E43
RGB
CMYK
RGB Variations
Color information
#BE7E43 (or 0xBE7E43) is known color: Brandy Punch. HEX triplet: BE, 7E and 43. RGB value is (190,126,67). Sum of RGB (Red+Green+Blue) = 190+126+67=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7E43 is #4181BC. Grayscale: #8A8A8A. Windows color (decimal): -4293053 or 4423358. OLE color: 4423358.
HSL color Cylindrical-coordinate representation of color #BE7E43: hue angle of 28.78º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE7E43 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 67 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.25 |
| HSL | 28.78º | 0.49% | 0.5% | - |
| HSV(B) | 28.78º | 0.65% | 0.75% | - |
| XYZ | 29.71 | 26.27 | 8.82 | - |
| YUV | 138.41 | 87.7 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 67 | 0 | 0.34 | 0.65 | 0.25 | 28.78 | 0.49 | 0.5 |
| Hex | BE | 7E | 43 | 0 | 22 | 41 | 19 | 1D | 31 | 32 |
| Octal | 276 | 176 | 103 | 0 | 42 | 101 | 31 | 35 | 61 | 62 |
| Binary | 10111110 | 1111110 | 1000011 | 0 | 100010 | 1000001 | 11001 | 11101 | 110001 | 110010 |
Color Harmonies of #BE7E43
Complementary color
Monochromatic Colors of #BE7E43
Black with #BE7E43
Text Example
Text Example
White with #BE7E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7E43; }
p { color: rgb(190,126,67); }
H1.HeaderClassName
{
color: #BE7E43;
}
.AnyTagClassName
{
color: #BE7E43;
}
</style>
background-color css
<style>
a { background-color: #BE7E43; }
a { background-color: rgb(190,126,67); }
div.DivClassName
{
background-color: #BE7E43;
}
.BgClassName
{
background-color: #BE7E43;
}
</style>
border-color css
<style>
span { border-color: #BE7E43; }
span { border-color: rgb(190,126,67); }
td.TdClassName
{
border-color: #BE7E43;
}
.TagClassName
{
border-color: #BE7E43;
}
</style>