Shades of Brandy Punch #BE8443
Tints of Brandy Punch #BE8443
RGB
CMYK
RGB Variations
Color information
#BE8443 (or 0xBE8443) is known color: Brandy Punch. HEX triplet: BE, 84 and 43. RGB value is (190,132,67). Sum of RGB (Red+Green+Blue) = 190+132+67=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 67 (26.56% from 255 or 17.22% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8443 is #417BBC. Grayscale: #8E8E8E. Windows color (decimal): -4291517 or 4424894. OLE color: 4424894.
HSL color Cylindrical-coordinate representation of color #BE8443: hue angle of 31.71º 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 #BE8443 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 132 | 67 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.25 |
| HSL | 31.71º | 0.49% | 0.5% | - |
| HSV(B) | 31.71º | 0.65% | 0.75% | - |
| XYZ | 30.5 | 27.85 | 9.08 | - |
| YUV | 141.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 67 | 0 | 0.31 | 0.65 | 0.25 | 31.71 | 0.49 | 0.5 |
| Hex | BE | 84 | 43 | 0 | 1F | 41 | 19 | 20 | 31 | 32 |
| Octal | 276 | 204 | 103 | 0 | 37 | 101 | 31 | 40 | 61 | 62 |
| Binary | 10111110 | 10000100 | 1000011 | 0 | 11111 | 1000001 | 11001 | 100000 | 110001 | 110010 |
Color Harmonies of #BE8443
Complementary color
Monochromatic Colors of #BE8443
Black with #BE8443
Text Example
Text Example
White with #BE8443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8443; }
p { color: rgb(190,132,67); }
H1.HeaderClassName
{
color: #BE8443;
}
.AnyTagClassName
{
color: #BE8443;
}
</style>
background-color css
<style>
a { background-color: #BE8443; }
a { background-color: rgb(190,132,67); }
div.DivClassName
{
background-color: #BE8443;
}
.BgClassName
{
background-color: #BE8443;
}
</style>
border-color css
<style>
span { border-color: #BE8443; }
span { border-color: rgb(190,132,67); }
td.TdClassName
{
border-color: #BE8443;
}
.TagClassName
{
border-color: #BE8443;
}
</style>